Mercurial > emacs
changeset 52749:a315ebb2eed5
(DONTCOMPILE, bootstrap-clean-CMD)
(bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 04 Oct 2003 09:07:17 +0000 |
parents | 5bc5adc78004 |
children | 879bd2e9a45a |
files | lisp/makefile.w32-in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/makefile.w32-in Sat Oct 04 09:06:40 2003 +0000 +++ b/lisp/makefile.w32-in Sat Oct 04 09:07:17 2003 +0000 @@ -87,7 +87,7 @@ $(lisp)/language/utf-8-lang.el \ $(lisp)/language/georgian.el \ $(lisp)/loaddefs.el \ - $(lisp)/loaddefs-boot.el \ + $(lisp)/ldefs-boot.el \ $(lisp)/loadup.el \ $(lisp)/mail/blessmail.el \ $(lisp)/patcomp.el \ @@ -371,14 +371,14 @@ bootstrap-clean-CMD: # if exist $(EMACS) $(MAKE) $(MFLAGS) autoloads - if not exist $(lisp)\loaddefs.el cp $(lisp)/loaddefs-boot.el $(lisp)/loaddefs.el + if not exist $(lisp)\loaddefs.el cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el -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 # -rm -f $(lisp)/*.elc $(lisp)/*/*.elc if ! test -r $(lisp)/loaddefs.el; then \ - cp $(lisp)/loaddefs-boot.el $(lisp)/loaddefs.el; \ + cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el; \ fi -for dir in . $(WINS); do rm -f $$dir/*.elc; done