From: Eli Zaretskii Date: Sat, 22 Jun 2013 14:32:46 +0000 (+0300) Subject: Minor fix in build_w32.bat. X-Git-Tag: 3.99.91~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7bf7c554317849610173845871ae7d6a130ffe;p=thirdparty%2Fmake.git Minor fix in build_w32.bat. build_w32.bat (LinkGCC): Prevent a comment from being displayed at build time. --- diff --git a/ChangeLog b/ChangeLog index 17a68f2c..fe97e4ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-06-22 Eli Zaretskii + * build_w32.bat (LinkGCC): Prevent a comment from being displayed + at build time. + * job.c (construct_command_argv_internal) [WINDOWS32]: Use case-insensitive comparison with internal commands of non-Unix shells. diff --git a/build_w32.bat b/build_w32.bat index bc554fea..3e350942 100644 --- a/build_w32.bat +++ b/build_w32.bat @@ -290,6 +290,7 @@ set GUILEOBJ=guile.o echo on gcc -mthreads -Wall -gdwarf-2 -g3 %OPT% %GUILECFLAGS% -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c guile.c :LinkGCC +@echo off Rem The version NN of libgnumake-NN.dll.a should be bumped whenever Rem the API changes in binary-incompatible manner. @echo on