[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/makefile.w32-in
From: |
Andrew Innes |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/makefile.w32-in |
Date: |
Wed, 27 Mar 2002 18:19:19 -0500 |
Index: emacs/lisp/makefile.w32-in
diff -c emacs/lisp/makefile.w32-in:1.19 emacs/lisp/makefile.w32-in:1.20
*** emacs/lisp/makefile.w32-in:1.19 Tue Mar 26 10:27:42 2002
--- emacs/lisp/makefile.w32-in Wed Mar 27 18:19:19 2002
***************
*** 273,279 ****
bootstrap-clean-SH:
# if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
! -rm -f $(lisp)/*.elc $(lisp)/*/*.elc
# Generate/update files for the bootstrap process.
--- 273,280 ----
bootstrap-clean-SH:
# if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
! # -rm -f $(lisp)/*.elc $(lisp)/*/*.elc
! -for dir in . $(WINS); do rm -f $$dir/*.elc; done
# Generate/update files for the bootstrap process.