зеркало из https://github.com/github/ruby.git
* {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9bded8aae9
Коммит
1637dbeca7
|
@ -1,3 +1,7 @@
|
|||
Sun Jan 13 09:17:29 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019]
|
||||
|
||||
Sun Jan 13 01:52:31 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]
|
||||
|
|
|
@ -72,7 +72,7 @@ PURIFY =
|
|||
AUTOCONF = autoconf
|
||||
RM = $(srcdir:/=\)\win32\rm.bat
|
||||
CP = copy > nul
|
||||
MV = ren > nul
|
||||
MV = move > nul
|
||||
|
||||
!if !defined(PROCESSOR_ARCHITECTURE)
|
||||
PROCESSOR_ARCHITECTURE = x86
|
||||
|
|
|
@ -65,7 +65,7 @@ PURIFY =
|
|||
AUTOCONF = autoconf
|
||||
RM = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat
|
||||
CP = copy > nul
|
||||
MV = ren > nul
|
||||
MV = move > nul
|
||||
!if !defined(BASERUBY)
|
||||
BASERUBY = ruby
|
||||
!endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче