summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-11 07:19:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-11 07:19:28 +0000
commitc65be08b84a200c68f87d1e9fb5acc0f3cf3b509 (patch)
treeb0024ff2934773ace47d21e9950cbbcd58e25e23 /win32
parent25b30f191fb6e4ebe0caaa0c4f604b3da9e466f7 (diff)
downloadruby-c65be08b84a200c68f87d1e9fb5acc0f3cf3b509.tar.gz
ruby-c65be08b84a200c68f87d1e9fb5acc0f3cf3b509.tar.xz
ruby-c65be08b84a200c68f87d1e9fb5acc0f3cf3b509.zip
* Makefile.in, */Makefile.sub (CP, MV): added.
* common.mk (.y.c): not discard the old target until successfully created. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 50dcc09ae..276dc4e84 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -50,6 +50,8 @@ AR = lib -nologo
PURIFY =
AUTOCONF = autoconf
RM = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat
+CP = copy > nul
+MV = ren > nul
!if !defined(BASERUBY)
BASERUBY = ruby
!endif