]> git.eshelyaron.com Git - emacs.git/commitdiff
(maybe_bootstrap): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Mar 2002 15:14:17 +0000 (15:14 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Mar 2002 15:14:17 +0000 (15:14 +0000)
msdos/ChangeLog
msdos/mainmake.v2

index 8293e040d5853fb801e63c523a70628e93571b3f..fe85715ee6140049d5ff1d81945b8c4507eae911 100644 (file)
@@ -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.
index 1a7857b3f02a033f9fd817ee8c5e799a756c89e0..b99bf9ab7c1050455da0570794e38f9d46b97cb4 100644 (file)
@@ -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