emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/Makefile.in,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/Makefile.in,v
Date: Sat, 07 Jun 2008 02:47:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/07 02:47:17

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/Makefile.in,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -b -r1.348 -r1.349
--- Makefile.in 3 Jun 2008 03:14:47 -0000       1.348
+++ Makefile.in 7 Jun 2008 02:47:16 -0000       1.349
@@ -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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]