summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2001-11-05 23:18:34 +0000
committerAndrew Innes <andrewi@gnu.org>2001-11-05 23:18:34 +0000
commit055c3e7ff05e5a83e871e819d0196e1cc317c2f3 (patch)
tree5252ce823faca49a319754b3c2bfced652b806e1 /lisp
parent0169b5012b1357114aabcd1cb88e6c2774e92639 (diff)
downloademacs-055c3e7ff05e5a83e871e819d0196e1cc317c2f3.tar.gz
(bootstrap-clean-CMD, bootstrap-clean-SH): Don't
attempt to remake autoloads before nuking .elc files.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/makefile.w32-in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index ab286edfa42..7ec9d2391fc 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -267,11 +267,11 @@ recompile: doit
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.