(DONTCOMPILE, bootstrap-clean-CMD)
(bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
This commit is contained in:
parent
8e6ad4fa59
commit
ec2e9398b6
2 changed files with 9 additions and 3 deletions
|
@ -3,6 +3,12 @@
|
|||
* ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
|
||||
file-name clashes on 8+3 filesystems.
|
||||
|
||||
* Makefile.in (DONTCOMPILE, bootstrap-clean): Rename
|
||||
loaddefs-boot.el to ldefs-boot.el
|
||||
|
||||
* makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
|
||||
(bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
|
||||
|
||||
2003-10-02 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* loaddefs-boot.el: Regenerated.
|
||||
|
|
|
@ -87,7 +87,7 @@ DONTCOMPILE = \
|
|||
$(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: bootstrap-clean-$(SHELLTYPE) loaddefs.el
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue