1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(bootstrap-clean): Copy ldefs-boot.el onto

loaddefs.el, unless the latter exists and is newer.
This commit is contained in:
Eli Zaretskii 2004-11-08 14:05:40 +00:00
parent 406865b8a4
commit 997a1ae5fb
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2004-11-08 Eli Zaretskii <eliz@gnu.org>
* sedlisp.inp (bootstrap-clean): Copy ldefs-boot.el onto
loaddefs.el, unless the latter exists and is newer.
* mainmake.v2 (mostlyclean, distclean, maintainer-clean)
(extraclean, bootfast): New targets.
(top_distclean): New macro, used by distclean, maintainer-clean,

View file

@ -24,6 +24,7 @@ export FNCASE=y
/^VPATH=/s|@srcdir@|.|
/^srcdir=/s|@srcdir@|.|
/^bootstrap-clean:/a\
command.com /c dtou .../*.el
command.com /c dtou .../*.el\
command.com /c update $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el
# arch-tag: da7a3cff-4839-4ad7-bbe3-e2b61c84c38e