mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(maybe_bootstrap): Fix last change.
This commit is contained in:
parent
124daeb8f1
commit
b9c1fa2e75
2 changed files with 14 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue