Mercurial > emacs
changeset 95634:af8992d7e5d7
(bootstrap-build): Remove mostlyclean, since it seems to serve no
purpose.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 07 Jun 2008 02:47:16 +0000 |
parents | a72841755a1c |
children | d573046f1742 |
files | Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Sat Jun 07 02:46:01 2008 +0000 +++ b/Makefile.in Sat Jun 07 02:47:16 2008 +0000 @@ -843,11 +843,13 @@ 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)