]> git.eshelyaron.com Git - emacs.git/commit
Display a help message when building Emacs failed.
authorGregory Heytings <gregory@heytings.org>
Sun, 18 Sep 2022 21:22:13 +0000 (21:22 +0000)
committerGregory Heytings <gregory@heytings.org>
Sun, 18 Sep 2022 21:35:57 +0000 (23:35 +0200)
commit7c8a131984ab47349381975dead1712ae25ae2c6
treeff30c0ed6f006503b6c2a740b4f9055ebb5aa666
parent1bdac41e4d9bbc23b654b90d593a8a3588052868
Display a help message when building Emacs failed.

* Makefile.in (actual-all): New target, replacing the former 'all'
target.
(advice-on-failure, sanity-check): New targets.
(all): Use the new targets.
(bootstrap-all): New target, identical to 'all' but meant for the
'bootstrap' target in GNUmakefile.
(actual-bootstrap): New target, replacing the former 'bootstrap'
target.  Use the 'actual-all' target instead of the 'all' target.
(bootstrap): Use the new targets.

* GNUmakefile (bootstrap): Use the new 'bootstrap-all' target.
GNUmakefile
Makefile.in