From: Eli Zaretskii Date: Mon, 8 Nov 2004 14:05:40 +0000 (+0000) Subject: (bootstrap-clean): Copy ldefs-boot.el onto X-Git-Tag: ttn-vms-21-2-B4~4105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=997a1ae5fb3fe84a718e47481f8933def06b4304;p=emacs.git (bootstrap-clean): Copy ldefs-boot.el onto loaddefs.el, unless the latter exists and is newer. --- diff --git a/msdos/ChangeLog b/msdos/ChangeLog index a403e148fff..517b15a25e3 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,5 +1,8 @@ 2004-11-08 Eli Zaretskii + * 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, diff --git a/msdos/sedlisp.inp b/msdos/sedlisp.inp index 26ce2082399..9cff732a445 100644 --- a/msdos/sedlisp.inp +++ b/msdos/sedlisp.inp @@ -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