Mercurial > emacs
changeset 55935:7d801d9fee5a
(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.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 06 Jun 2004 01:59:43 +0000 |
parents | 8c86b2e22b64 |
children | c24767c28665 |
files | nt/makefile.w32-in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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