[前][次][番号順一覧][スレッド一覧]

ruby-changes:14044

From: usa <ko1@a...>
Date: Thu, 19 Nov 2009 17:16:28 +0900 (JST)
Subject: [ruby-changes:14044] Ruby:r25854 (ruby_1_8): * win32/Makefile.sub: nmake executes the file named echo if it exists

usa	2009-11-19 17:16:13 +0900 (Thu, 19 Nov 2009)

  New Revision: 25854

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25854

  Log:
    * win32/Makefile.sub: nmake executes the file named echo if it exists
      in the PATH.  reported by Kenta Murata <mrkn AT mrkn.jp> via IRC.

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/win32/Makefile.sub

Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 25853)
+++ ruby_1_8/ChangeLog	(revision 25854)
@@ -1,3 +1,8 @@
+Thu Nov 19 17:14:04 2009  NAKAMURA Usaku  <usa@r...>
+
+	* win32/Makefile.sub: nmake executes the file named echo if it exists
+	  in the PATH.  reported by Kenta Murata <mrkn AT mrkn.jp> via IRC.
+
 Sat Nov 14 17:09:39 2009  Nobuyoshi Nakada  <nobu@r...>
 
 	* configure.in (--with-opt-dir): ignore and suppress a warning.
Index: ruby_1_8/win32/Makefile.sub
===================================================================
--- ruby_1_8/win32/Makefile.sub	(revision 25853)
+++ ruby_1_8/win32/Makefile.sub	(revision 25854)
@@ -576,7 +576,7 @@
 <<KEEP
 
 miniruby$(EXEEXT):
-		@echo. $(LIBS)
+		@echo $(LIBS)
 		@$(RM) $@
 		$(PURIFY) $(CC) $(MAINOBJ) $(MINIOBJS) $(LIBRUBY_A) $(LIBS) -Fe$@ $(LDFLAGS)
 		$(LDSHARED_1)
@@ -606,7 +606,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$@ $(LDFLAGS) \

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]