comparison lisp/makefile.w32-in @ 40753:5483ff487a13

(bootstrap-clean-CMD, bootstrap-clean-SH): Don't attempt to remake autoloads before nuking .elc files.
author Andrew Innes <andrewi@gnu.org>
date Mon, 05 Nov 2001 23:18:34 +0000
parents 40bb986cf2ad
children 32c2b878dabd
comparison
equal deleted inserted replaced
40752:8b5deb3bca03 40753:5483ff487a13
265 265
266 # Need separate version for sh and native cmd.exe 266 # Need separate version for sh and native cmd.exe
267 bootstrap-clean: bootstrap-clean-$(SHELLTYPE) 267 bootstrap-clean: bootstrap-clean-$(SHELLTYPE)
268 268
269 bootstrap-clean-CMD: 269 bootstrap-clean-CMD:
270 if exist $(EMACS) $(MAKE) $(MFLAGS) autoloads 270 # if exist $(EMACS) $(MAKE) $(MFLAGS) autoloads
271 -for %f in (. $(WINS)) do for %g in (%f\*.elc) do @$(DEL) %g 271 -for %f in (. $(WINS)) do for %g in (%f\*.elc) do @$(DEL) %g
272 272
273 bootstrap-clean-SH: 273 bootstrap-clean-SH:
274 if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi 274 # if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
275 -rm -f $(lisp)/*.elc $(lisp)/*/*.elc 275 -rm -f $(lisp)/*.elc $(lisp)/*/*.elc
276 276
277 # Generate/update files for the bootstrap process. 277 # Generate/update files for the bootstrap process.
278 278
279 bootstrap: autoloads compile-files custom-deps 279 bootstrap: autoloads compile-files custom-deps