mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/configure.bat: keep old makefile with renamed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
976c4de363
commit
d937bbe9ce
1 changed files with 4 additions and 1 deletions
|
@ -161,5 +161,8 @@ if exist pathlist.tmp echo>>~setup~.mak LIB = $(pathlist:;=/lib;)
|
|||
type>>~setup~.mak ~tmp~.mak
|
||||
del *.tmp > nul
|
||||
del ~tmp~.mak > nul
|
||||
nmake -alf ~setup~.mak
|
||||
echo>>~setup~.mak @if exist Makefile.old del Makefile.old
|
||||
echo>>~setup~.mak @if exist Makefile ren Makefile Makefile.old
|
||||
echo>>~setup~.mak @ren Makefile.new Makefile
|
||||
nmake -alf ~setup~.mak MAKEFILE=Makefile.new
|
||||
:exit
|
||||
|
|
Loading…
Add table
Reference in a new issue