summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--win32/Makefile.sub1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a30054177c..5d7a18ac72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jul 21 20:26:35 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * 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@ruby-lang.org>
* io.c (rb_io_flush): fsync() after buffer is flushed on win32.
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 6842a50761..447445698b 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -502,7 +502,6 @@ s,@AR@,$(AR),;t t
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