# HG changeset patch # User Andrew Innes # Date 1005002314 0 # Node ID 5483ff487a134d95ae11a5af792d896c8765f06c # Parent 8b5deb3bca0340c253e84ab3f39f2eaec4d46ddf (bootstrap-clean-CMD, bootstrap-clean-SH): Don't attempt to remake autoloads before nuking .elc files. diff -r 8b5deb3bca03 -r 5483ff487a13 lisp/makefile.w32-in --- a/lisp/makefile.w32-in Mon Nov 05 23:15:36 2001 +0000 +++ b/lisp/makefile.w32-in Mon Nov 05 23:18:34 2001 +0000 @@ -267,11 +267,11 @@ bootstrap-clean: bootstrap-clean-$(SHELLTYPE) bootstrap-clean-CMD: - if exist $(EMACS) $(MAKE) $(MFLAGS) autoloads +# if exist $(EMACS) $(MAKE) $(MFLAGS) autoloads -for %f in (. $(WINS)) do for %g in (%f\*.elc) do @$(DEL) %g bootstrap-clean-SH: - if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi +# if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi -rm -f $(lisp)/*.elc $(lisp)/*/*.elc # Generate/update files for the bootstrap process.