]> git.eshelyaron.com Git - emacs.git/commitdiff
Pass on command line arguments to make.
authorGerd Moellmann <gerd@gnu.org>
Mon, 22 Nov 1999 22:35:45 +0000 (22:35 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 22 Nov 1999 22:35:45 +0000 (22:35 +0000)
nt/ChangeLog
nt/install.bat

index ad9748dcec8b46f6b78f907c1e9ed1f3b840487b..6032c6d80c3a45207ee1524932799e1eb0043235 100644 (file)
@@ -1,5 +1,7 @@
 1999-11-22  Andrew Innes  <andrewi@gnu.org>
 
+       * install.bat: Pass on command line arguments to make.
+
        * makefile.nt (fast_install): Bring commands up-to-date, and fix
        typo.
 
index 314f4123be0d3dc8fbf7be1ce95724016a8d9aec..b74ef7de976252e5b2e766408172f9778516d809 100755 (executable)
@@ -1,7 +1,8 @@
-@echo off\r
-if (%1) == (speed) set BUILD_TYPE=spd\r
-if (%1) == (speed) shift\r
-if not (%1) == () set INSTALL_DIR=%1\r
-nmake -f makefile.nt install\r
-set INSTALL_DIR=\r
-set BUILD_TYPE=\r
+@echo off
+if (%1) == (speed) set BUILD_TYPE=spd
+if (%1) == (speed) shift
+if not (%1) == () set INSTALL_DIR=%1
+if not (%1) == () shift
+nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9
+set INSTALL_DIR=
+set BUILD_TYPE=