diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-21 11:28:25 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-21 11:28:25 +0000 |
| commit | c7713d8aef81ce7c375f8749230fcba49c6822af (patch) | |
| tree | c4caae0d5ef3da6198fc39519d0bd87206cbe043 | |
| parent | 49643635b09aaacd5e766ef956ef757a94f56f37 (diff) | |
* win32/Makefile.sub (config.status): remove the definition of CP, so
Makefiles of exts will use ``-run -e cp'' instead of copy command.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | win32/Makefile.sub | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |
