From b464059ae8072bbd19c27ed0b4f2ecd4c6f8be95 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 7 Jun 2008 02:47:27 +0000 Subject: [PATCH] (bootstrap-build): Remove mostlyclean, since it seems to serve no purpose. --- ChangeLog | 5 +++++ Makefile.in | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 53c7e220901..6e49e7aa3cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-07 Glenn Morris + + * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to + serve no purpose. + 2008-06-01 Dan Nicolaescu * configure.in (USE_LUCID, USE_MOTIF): Don't use "==". diff --git a/Makefile.in b/Makefile.in index 653d0e5a8b6..3b3d7cf9e96 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) -- 2.39.2