(bootstrap-build): Remove mostlyclean, since it seems to serve no

purpose.
This commit is contained in:
Glenn Morris 2008-06-07 02:47:27 +00:00
parent 1839655288
commit b464059ae8
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-06-07 Glenn Morris <rgm@gnu.org>
* Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
serve no purpose.
2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in (USE_LUCID, USE_MOTIF): Don't use "==".

View file

@ -843,11 +843,13 @@ bootstrap: bootstrap-clean-before FRC
bootfast: bootstrap-clean-before-fast FRC
$(MAKE) $(MFLAGS) info bootstrap-build
## There used to be a src; mostlyclean before all, but it does not
## seem to serve any purpose, and compiles things twice.
## http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg00104.html
bootstrap-build: FRC
(cd lisp; $(MAKE) $(MFLAGS) bootstrap-prepare)
(cd src; $(MAKE) $(MFLAGS) bootstrap)
(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs${EXEEXT})
(cd src; $(MAKE) $(MFLAGS) mostlyclean)
$(MAKE) $(MFLAGS) all
(cd lisp; $(MAKE) $(MFLAGS) bootstrap-after)