]> git.eshelyaron.com Git - emacs.git/commitdiff
Add support for specifying make arguments.
authorAndrew Innes <andrewi@gnu.org>
Wed, 5 Jul 2000 17:21:29 +0000 (17:21 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 5 Jul 2000 17:21:29 +0000 (17:21 +0000)
nt/ebuild.bat

index 32cea5af9fa0bf9201559c178e86b1a551f67111..f4ae8eccb8c0af5f1897fd40387384871458ab55 100755 (executable)
@@ -1 +1,3 @@
-nmake -f makefile.nt all\r
+@echo off
+if (%1) == () nmake -f makefile.nt all
+if not (%1) == () nmake -f makefile.nt %1 %2 %3 %4 %5 %6 %7 %8 %9