]> git.eshelyaron.com Git - emacs.git/commitdiff
(success): Print "make" rather than "gmake", as that
authorJason Rumney <jasonr@gnu.org>
Mon, 21 Apr 2008 21:31:53 +0000 (21:31 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 21 Apr 2008 21:31:53 +0000 (21:31 +0000)
is what MingW uses.

nt/ChangeLog
nt/configure.bat

index 9252520cd3a54280b32b7ac00e1dd93ca351c1b3..4adb653464a7874d7d57c5a9bb8da6c67df92989 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-21  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat (success): Print "make" rather than "gmake", as that
+       is what MingW uses.
+
 2008-04-11  Eli Zaretskii  <eliz@gnu.org>
 
        * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
index 41c4528930df4d1ca87ed045934ca177413c3776..ff47f033ba258ae33e3879bf946f6ff3d0ff617b 100755 (executable)
@@ -24,11 +24,11 @@ rem   ----------------------------------------------------------------------
 rem   YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS:\r
 rem\r
 rem   + MS Windows 95/98/Me or NT/2000/XP\r
-rem   + either MSVC 2.x or later, or gcc-2.95 or later (with gmake 3.75\r
+rem   + either MSVC 2.x or later, or gcc-2.95 or later (with GNU make 3.75\r
 rem     or later) and the Mingw32 and W32 API headers and libraries.\r
 rem   + Visual Studio 2005 is not supported at this time.\r
 rem\r
-rem For reference, here is a list of which builds of gmake are known to\r
+rem For reference, here is a list of which builds of GNU make are known to\r
 rem work or not, and whether they work in the presence and/or absence of\r
 rem sh.exe.\r
 rem\r
@@ -601,6 +601,7 @@ goto end
 :success\r
 echo Emacs successfully configured.\r
 echo Emacs successfully configured. >>config.log\r
+if (%MAKECMD%) == (gmake) set MAKECMD=make\r
 echo Run `%MAKECMD%' to build, then run `%MAKECMD% install' to install.\r
 goto end\r
 \r