emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in,v
Date: Fri, 20 Jun 2008 21:48:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/20 21:48:17

Index: lisp/Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/lisp/Makefile.in,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -b -r1.136 -r1.137
--- lisp/Makefile.in    20 Jun 2008 20:00:14 -0000      1.136
+++ lisp/Makefile.in    20 Jun 2008 21:48:15 -0000      1.137
@@ -98,6 +98,10 @@
           esac; \
         done
 
+# `compile-main' tends to be slower than `recompile' but can be parallelized
+# with "make -j" and results in more deterministic compilation warnings.
+all: compile-main
+
 doit:
 
 # custom-deps and finder-data both used to scan _all_ the *.el files.
@@ -1401,11 +1405,6 @@
 # local changes.  (Because loaddefs.el is an automatically generated
 # file, we don't want to store it in the source repository).
 
-bootstrap-prepare:
-       if test -x $(EMACS); then                               \
-         $(MAKE) $(MFLAGS) autoloads EMACS=$(EMACS);           \
-       fi
-
 autogen-clean:
        cd $(lisp); rm -f $(AUTOGENEL)
 




reply via email to

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