ruby-changes:3493
From: ko1@a...
Date: Sun, 13 Jan 2008 09:18:17 +0900 (JST)
Subject: [ruby-changes:3493] nobu - Ruby:r15012 (trunk): * {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019]
nobu 2008-01-13 09:17:31 +0900 (Sun, 13 Jan 2008) New Revision: 15012 Modified files: trunk/ChangeLog trunk/bcc32/Makefile.sub trunk/win32/Makefile.sub Log: * {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019] http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15012&r2=15011&diff_format=u http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/Makefile.sub?r1=15012&r2=15011&diff_format=u http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bcc32/Makefile.sub?r1=15012&r2=15011&diff_format=u Index: ChangeLog =================================================================== --- ChangeLog (revision 15011) +++ ChangeLog (revision 15012) @@ -1,3 +1,7 @@ +Sun Jan 13 09:17:29 2008 Nobuyoshi Nakada <nobu@r...> + + * {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019] + Sun Jan 13 01:52:31 2008 Yukihiro Matsumoto <matz@r...> * enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069] Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 15011) +++ win32/Makefile.sub (revision 15012) @@ -65,7 +65,7 @@ AUTOCONF = autoconf RM = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat CP = copy > nul -MV = ren > nul +MV = move > nul !if !defined(BASERUBY) BASERUBY = ruby !endif Index: bcc32/Makefile.sub =================================================================== --- bcc32/Makefile.sub (revision 15011) +++ bcc32/Makefile.sub (revision 15012) @@ -72,7 +72,7 @@ AUTOCONF = autoconf RM = $(srcdir:/=\)\win32\rm.bat CP = copy > nul -MV = ren > nul +MV = move > nul !if !defined(PROCESSOR_ARCHITECTURE) PROCESSOR_ARCHITECTURE = x86 -- ML: ruby-changes@q... Info: