+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.
.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