From d937bbe9cecd6fe294f21210a5c77e57c2af3e62 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@24921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/configure.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'win32/configure.bat') diff --git a/win32/configure.bat b/win32/configure.bat index 8c157927e4..da3878533e 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 v1.2.3