ruby-changes:14042
From: usa <ko1@a...>
Date: Thu, 19 Nov 2009 17:04:27 +0900 (JST)
Subject: [ruby-changes:14042] Ruby:r25853 (trunk): * win32/Makefile.sub: nmake execute the file named echo if it exists
usa 2009-11-19 17:04:11 +0900 (Thu, 19 Nov 2009) New Revision: 25853 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25853 Log: * win32/Makefile.sub: nmake execute the file named echo if it exists in the PATH. reported by Kenta Murata <mrkn AT mrkn.jp> via IRC. Modified files: trunk/ChangeLog trunk/win32/Makefile.sub Index: ChangeLog =================================================================== --- ChangeLog (revision 25852) +++ ChangeLog (revision 25853) @@ -1,3 +1,8 @@ +Thu Nov 19 17:00:59 2009 NAKAMURA Usaku <usa@r...> + + * win32/Makefile.sub: nmake execute the file named echo if it exists + in the PATH. reported by Kenta Murata <mrkn AT mrkn.jp> via IRC. + Thu Nov 19 02:50:47 2009 Tanaka Akira <akr@f...> * vm_eval.c (rb_search_method_entry): show the type of the hidden Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 25852) +++ win32/Makefile.sub (revision 25853) @@ -738,7 +738,7 @@ miniruby: miniruby$(EXEEXT) miniruby$(EXEEXT): - @echo. $(LIBS) + @echo $(LIBS) $(PURIFY) $(CC) $(MAINOBJ) $(MINIOBJS) $(COMMONOBJS) $(DMYEXT) $(LIBS) -Fe$@ -link $(LDFLAGS) @$(RM) miniruby.lib miniruby.exp miniruby.exe -v @@ -774,7 +774,7 @@ $(AR) $(ARFLAGS)$@ -def:$(RUBYDEF) $(LIBRUBY_SO): $(LIBRUBY_A) $(DLDOBJS) $(RUBYDEF) $(RUBY_SO_NAME).res - @echo. $(DLDOBJS) + @echo $(DLDOBJS) @-$(PRE_LIBRUBY_UPDATE) $(LDSHARED) $(MAINOBJ) $(DLDOBJS) $(LIBRUBY_A) \ $(RUBY_SO_NAME).res $(LIBS) -Fe$@ -link $(LDFLAGS) \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/