From 35111fde3ab44e19ade28dba719eee41d66f0813 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 14 Sep 2009 02:05:17 +0000 Subject: * win32/configure.bat: keep old makefile with renamed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/configure.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/win32/configure.bat b/win32/configure.bat index 8c157927e..da3878533 100755 --- a/win32/configure.bat +++ b/win32/configure.bat @@ -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 -- cgit