# HG changeset patch # User Juanma Barranquero # Date 1086487183 0 # Node ID 7d801d9fee5a89ca354fde6bb21cfbcc65eb2ed4 # Parent 8c86b2e22b642d4c24c74d7103ea6eda47cec91d (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 -r 8c86b2e22b64 -r 7d801d9fee5a nt/makefile.w32-in --- a/nt/makefile.w32-in Sun Jun 06 01:28:17 2004 +0000 +++ b/nt/makefile.w32-in Sun Jun 06 01:59:43 2004 +0000 @@ -139,7 +139,7 @@ $(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