diff Makefile.in @ 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 a9ad32b3a4dd
children d143e6de14ec
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)