summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-03-09 15:14:17 +0000
committerEli Zaretskii <eliz@gnu.org>2002-03-09 15:14:17 +0000
commitb9c1fa2e752fb3d6b7d8b1268cc1010af559ad27 (patch)
treea1fb93b601fef96afa94154883b4492fbf8757be /msdos
parent124daeb8f183920d94b28d5d71e8e79add644428 (diff)
downloademacs-b9c1fa2e752fb3d6b7d8b1268cc1010af559ad27.tar.gz
(maybe_bootstrap): Fix last change.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/ChangeLog12
-rw-r--r--msdos/mainmake.v24
2 files changed, 14 insertions, 2 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 8293e040d58..fe85715ee61 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,15 @@
+2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
+
+ Add support for bootstraping Emacs:
+
+ * sed1v2.inp: Edit the bootstrap-* targets. Fix the mostlyclean
+ target.
+
+ * mainmake.v2 (maybe_bootstrap, bootstrap, bootstrap-lisp-1)
+ (bootstrap-lisp, bootstrap-src, bootstrap-clean-before)
+ (bootstrap-clean-after): New targets.
+ (all): Depend on maybe_bootstrap.
+
2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
* sed1v2.inp: Delete _gdbinit in distclean target.
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2
index 1a7857b3f02..b99bf9ab7c1 100644
--- a/msdos/mainmake.v2
+++ b/msdos/mainmake.v2
@@ -153,9 +153,9 @@ clean:
.PHONY: maybe_bootstrap
maybe_bootstrap:
- @if not exist lisp\abbrevs.elc djecho \
+ @if not exist lisp\abbrev.elc djecho \
"Some *.elc files are missing. You should do a `make bootstrap'."
- @if not exist lisp\abbrevs.elc redir -e /dev/null -oe redir fail-this-make.exe
+ @if not exist lisp\abbrev.elc redir -e /dev/null -oe redir fail-this-make.exe
bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info