comparison nt/makefile.w32-in @ 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 61fda07994e4
children bb6720f21c54
comparison
equal deleted inserted replaced
55934:8c86b2e22b64 55935:7d801d9fee5a
137 $(MAKE) $(MFLAGS) clean 137 $(MAKE) $(MFLAGS) clean
138 cd ..\src 138 cd ..\src
139 $(MAKE) $(MFLAGS) bootstrap 139 $(MAKE) $(MFLAGS) bootstrap
140 $(MAKE) $(MFLAGS) bootstrap-clean 140 $(MAKE) $(MFLAGS) bootstrap-clean
141 cd ..\lisp 141 cd ..\lisp
142 $(MAKE) $(MFLAGS) bootstrap 142 $(MAKE) $(MFLAGS) SHELL=$(SHELLTYPE) bootstrap
143 cd ..\lib-src 143 cd ..\lib-src
144 $(MAKE) $(MFLAGS) DOC 144 $(MAKE) $(MFLAGS) DOC
145 cd ..\nt 145 cd ..\nt
146 146
147 bootstrap-gmake: 147 bootstrap-gmake: