]> code.delx.au - gnu-emacs/commitdiff
(bootstrap-nmake): When nmake'ing bootstrap on the lisp/ directory, set SHELL to
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 6 Jun 2004 02:00:18 +0000 (02:00 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 6 Jun 2004 02:00:18 +0000 (02:00 +0000)
$(SHELLTYPE); this avoids calling non-existent cmdproxy.exe on boostrappings
after a previous install followed by realclean.

nt/ChangeLog
nt/makefile.w32-in

index f16de07186031631cb652f66b26b0f51c0cbf043..9091da843cf9ce06ff6d2c4fe79111cbdaf326b8 100644 (file)
@@ -1,5 +1,10 @@
 2004-06-06  Juanma Barranquero  <lektu@terra.es>
 
+       * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
+       the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
+       calling non-existent cmdproxy.exe on boostrappings after a
+       previous install followed by realclean.
+
        * nmake.defs: Add quote in comment to resync font-locking.
 
 2004-06-04  Juanma Barranquero  <lektu@terra.es>
index 4f619b3f2e35b10051a4c1b8d2c3bc85566f65d1..6363904108eca2ad561e2bd7a7f937944565139f 100644 (file)
@@ -139,7 +139,7 @@ bootstrap-nmake:
        $(MAKE) $(MFLAGS) bootstrap\r
        $(MAKE) $(MFLAGS) bootstrap-clean\r
        cd ..\lisp\r
-       $(MAKE) $(MFLAGS) bootstrap\r
+       $(MAKE) $(MFLAGS) SHELL=$(SHELLTYPE) bootstrap\r
        cd ..\lib-src\r
        $(MAKE) $(MFLAGS) DOC\r
        cd ..\nt\r