make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch fix for build_w32.bat


From: J. Grant
Subject: Patch fix for build_w32.bat
Date: Tue, 24 Feb 2004 00:43:22 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030824

Hello,

Attached is a patch I have created and tested.  Presently the latest CVS
does not compile using build_w32.bat.  Could someone review this patch
for addition please?


2004-02-24  Jonathan R. Grant  <address@hidden>

      * build_w32.bat:  Remove '+' and correct path to config.W32.template


Kind regards

JG


Index: build_w32.bat
===================================================================
RCS file: /cvsroot/make/make/build_w32.bat,v
retrieving revision 2.7
diff -u -r2.7 build_w32.bat
--- build_w32.bat       19 Nov 2002 04:39:15 -0000      2.7
+++ build_w32.bat       24 Feb 2004 00:34:04 -0000
@@ -1,12 +1,12 @@
 set make=gnumake
-+if not exist config.h copy config.h.W32 config.h
+if not exist config.h copy config.h.W32.template config.h
 cd w32\subproc
 echo "Creating the subproc library"
 %ComSpec% /c build.bat
 cd ..\..
 del link.dbg link.rel
 del config.h
-copy config.h.W32 config.h
+copy config.h.W32.template config.h
 echo off
 echo "Creating GNU make for Windows 95/NT"
 echo on

reply via email to

[Prev in Thread] Current Thread [Next in Thread]