comparison src/makefile.nt @ 31712:d56d4f0e263f

(bootstrap-emacs): Don't change directory.
author Andrew Innes <andrewi@gnu.org>
date Tue, 19 Sep 2000 13:12:26 +0000
parents 3d2f90f25060
children d88696b90195
comparison
equal deleted inserted replaced
31711:7b0ae5c81072 31712:d56d4f0e263f
236 # 236 #
237 # Dump an Emacs executable named bootstrap-emacs containing the 237 # Dump an Emacs executable named bootstrap-emacs containing the
238 # files from loadup.el in source form. 238 # files from loadup.el in source form.
239 # 239 #
240 bootstrap-emacs: bootstrap-temacs 240 bootstrap-emacs: bootstrap-temacs
241 cd $(BLD)
242 $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup bootstrap 241 $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup bootstrap
243 cd ..\..
244 - mkdir ..\bin 242 - mkdir ..\bin
245 $(CP) $(EMACS) ..\bin 243 $(CP) $(EMACS) ..\bin
246 244
247 # 245 #
248 # Force recompile of files that depend on PURESIZE 246 # Force recompile of files that depend on PURESIZE