From: Juanma Barranquero Date: Sun, 6 Jun 2004 02:00:18 +0000 (+0000) Subject: (bootstrap-nmake): When nmake'ing bootstrap on the lisp/ directory, set SHELL to X-Git-Tag: ttn-vms-21-2-B4~5917 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73dfa0bf16d1e474b0071b71d409cdbf23a9987b;p=emacs.git (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. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index f16de071860..9091da843cf 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,5 +1,10 @@ 2004-06-06 Juanma Barranquero + * 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 diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 4f619b3f2e3..6363904108e 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -139,7 +139,7 @@ bootstrap-nmake: $(MAKE) $(MFLAGS) bootstrap $(MAKE) $(MFLAGS) bootstrap-clean cd ..\lisp - $(MAKE) $(MFLAGS) bootstrap + $(MAKE) $(MFLAGS) SHELL=$(SHELLTYPE) bootstrap cd ..\lib-src $(MAKE) $(MFLAGS) DOC cd ..\nt