diff options
| author | Eli Zaretskii | 2004-11-08 14:05:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-11-08 14:05:40 +0000 |
| commit | 997a1ae5fb3fe84a718e47481f8933def06b4304 (patch) | |
| tree | 51da464275685e5400649f81e8d6258ae3d51338 | |
| parent | 406865b8a4e9afc907775c0438b2a428e70a2957 (diff) | |
| download | emacs-997a1ae5fb3fe84a718e47481f8933def06b4304.tar.gz emacs-997a1ae5fb3fe84a718e47481f8933def06b4304.zip | |
(bootstrap-clean): Copy ldefs-boot.el onto
loaddefs.el, unless the latter exists and is newer.
| -rw-r--r-- | msdos/ChangeLog | 3 | ||||
| -rw-r--r-- | msdos/sedlisp.inp | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index a403e148fff..517b15a25e3 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2004-11-08 Eli Zaretskii <eliz@gnu.org> | 1 | 2004-11-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * sedlisp.inp (bootstrap-clean): Copy ldefs-boot.el onto | ||
| 4 | loaddefs.el, unless the latter exists and is newer. | ||
| 5 | |||
| 3 | * mainmake.v2 (mostlyclean, distclean, maintainer-clean) | 6 | * mainmake.v2 (mostlyclean, distclean, maintainer-clean) |
| 4 | (extraclean, bootfast): New targets. | 7 | (extraclean, bootfast): New targets. |
| 5 | (top_distclean): New macro, used by distclean, maintainer-clean, | 8 | (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 | |||
| 24 | /^VPATH=/s|@srcdir@|.| | 24 | /^VPATH=/s|@srcdir@|.| |
| 25 | /^srcdir=/s|@srcdir@|.| | 25 | /^srcdir=/s|@srcdir@|.| |
| 26 | /^bootstrap-clean:/a\ | 26 | /^bootstrap-clean:/a\ |
| 27 | command.com /c dtou .../*.el | 27 | command.com /c dtou .../*.el\ |
| 28 | command.com /c update $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el | ||
| 28 | 29 | ||
| 29 | # arch-tag: da7a3cff-4839-4ad7-bbe3-e2b61c84c38e | 30 | # arch-tag: da7a3cff-4839-4ad7-bbe3-e2b61c84c38e |