[前][次][番号順一覧][スレッド一覧]

ruby-changes:13169

From: nobu <ko1@a...>
Date: Mon, 14 Sep 2009 11:05:25 +0900 (JST)
Subject: [ruby-changes:13169] Ruby:r24921 (trunk): * win32/configure.bat: keep old makefile with renamed.

nobu	2009-09-14 11:05:17 +0900 (Mon, 14 Sep 2009)

  New Revision: 24921

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24921

  Log:
    * win32/configure.bat: keep old makefile with renamed.

  Modified files:
    trunk/win32/configure.bat

Index: win32/configure.bat
===================================================================
--- win32/configure.bat	(revision 24920)
+++ win32/configure.bat	(revision 24921)
@@ -161,5 +161,8 @@
 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]