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

ruby-changes:12522

From: usa <ko1@a...>
Date: Tue, 21 Jul 2009 20:28:37 +0900 (JST)
Subject: [ruby-changes:12522] Ruby:r24225 (ruby_1_8): * win32/Makefile.sub (config.status): remove the definition of CP, so

usa	2009-07-21 20:28:25 +0900 (Tue, 21 Jul 2009)

  New Revision: 24225

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

  Log:
    * win32/Makefile.sub (config.status): remove the definition of CP, so
      Makefiles of exts will use ``-run -e cp'' instead of copy command.

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

Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 24224)
+++ ruby_1_8/ChangeLog	(revision 24225)
@@ -1,3 +1,8 @@
+Tue Jul 21 20:26:35 2009  NAKAMURA Usaku  <usa@r...>
+
+	* win32/Makefile.sub (config.status): remove the definition of CP, so
+	  Makefiles of exts will use ``-run -e cp'' instead of copy command.
+
 Tue Jul 21 19:34:56 2009  NAKAMURA Usaku  <usa@r...>
 
 	* io.c (rb_io_flush): fsync() after buffer is flushed on win32.
Index: ruby_1_8/win32/Makefile.sub
===================================================================
--- ruby_1_8/win32/Makefile.sub	(revision 24224)
+++ ruby_1_8/win32/Makefile.sub	(revision 24225)
@@ -502,7 +502,6 @@
 s,@ARFLAGS@,$(ARFLAGS),;t t
 s,@LN_S@,$(LN_S),;t t
 s,@SET_MAKE@,MFLAGS = -$$(MAKEFLAGS),;t t
-s,@CP@,copy > nul,;t t
 s,@LIBOBJS@,$(LIBOBJS),;t t
 s,@ALLOCA@,$(ALLOCA),;t t
 s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t

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

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