(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.
This commit is contained in:
parent
133ef3d377
commit
73dfa0bf16
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue