]> git.eshelyaron.com Git - emacs.git/commitdiff
(bootstrap-clean-CMD, bootstrap-clean-SH): Don't
authorAndrew Innes <andrewi@gnu.org>
Mon, 5 Nov 2001 23:18:34 +0000 (23:18 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 5 Nov 2001 23:18:34 +0000 (23:18 +0000)
attempt to remake autoloads before nuking .elc files.

lisp/makefile.w32-in

index ab286edfa42fd9860eebcc8bed256914377e6570..7ec9d2391fc082ad6c16b00c9ead5812b169a738 100644 (file)
@@ -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.