]> git.eshelyaron.com Git - emacs.git/commitdiff
Set BUILD_TYPE and INSTALL_DIR before calling make;
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 May 1996 18:28:09 +0000 (18:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 May 1996 18:28:09 +0000 (18:28 +0000)
undo settings afterwards.

nt/install.bat

index 6a8b4deee4c79b9e81a7c83c4288c0b075dddff0..d506efe9d2f96b8e7817291ce823d363b557d863 100755 (executable)
@@ -1,6 +1,7 @@
-nmake -f makefile.nt install\r
 @echo off
 if (%1) == (speed) set BUILD_TYPE=spd
 if (%1) == (speed) shift
 if not (%1) == () set INSTALL_DIR=%1
-@if not (%1) == () set INSTALL_DIR=%1
+nmake -f makefile.nt install
+set INSTALL_DIR=
+set BUILD_TYPE=