ruby-changes:10347
From: yugui <ko1@a...>
Date: Fri, 30 Jan 2009 13:23:12 +0900 (JST)
Subject: [ruby-changes:10347] Ruby:r21891 (ruby_1_9_1): merges r21889 from trunk into ruby_1_9_1.
yugui 2009-01-30 13:22:51 +0900 (Fri, 30 Jan 2009) New Revision: 21891 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21891 Log: merges r21889 from trunk into ruby_1_9_1. * cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles. Modified files: branches/ruby_1_9_1/ChangeLog branches/ruby_1_9_1/cygwin/GNUmakefile.in Index: ruby_1_9_1/ChangeLog =================================================================== --- ruby_1_9_1/ChangeLog (revision 21890) +++ ruby_1_9_1/ChangeLog (revision 21891) @@ -1,5 +1,7 @@ -Fri Jan 30 12:57:28 2009 Nobuyoshi Nakada <nobu@r...> +Fri Jan 30 12:59:49 2009 Nobuyoshi Nakada <nobu@r...> + * cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles. + * cygwin/GNUmakefile.in (RUBYDEF): adds DATA to non-function symbols which is not marked as T. Index: ruby_1_9_1/cygwin/GNUmakefile.in =================================================================== --- ruby_1_9_1/cygwin/GNUmakefile.in (revision 21890) +++ ruby_1_9_1/cygwin/GNUmakefile.in (revision 21891) @@ -67,7 +67,7 @@ $(LIBRUBY_SO): $(RUBYDEF) -$(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG) +$(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG) GNUmakefile ifeq (@target_os@,cygwin) @NM@ --extern --defined $(LIBRUBY_A) | \ $(MINIRUBY) -n -e 'BEGIN{puts "VERSION $(MAJOR).$(MINOR)","EXPORTS"}' \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/