emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108618: lisp/makefile.w32-in (COM


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108618: lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in revno:88864.
Date: Fri, 02 Nov 2012 01:58:59 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108618
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2012-06-15 23:47:39 +0200
message:
  lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in revno:88864.
modified:
  lisp/ChangeLog
  lisp/makefile.w32-in
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-15 03:18:14 +0000
+++ b/lisp/ChangeLog    2012-06-15 21:47:39 +0000
@@ -1,3 +1,8 @@
+2012-06-15  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
+       in revno:88864.
+
 2012-06-15  Stefan Monnier  <address@hidden>
 
        * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner

=== modified file 'lisp/makefile.w32-in'
--- a/lisp/makefile.w32-in      2012-06-14 23:53:41 +0000
+++ b/lisp/makefile.w32-in      2012-06-15 21:47:39 +0000
@@ -76,18 +76,14 @@
 BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS)
 
 # Files to compile before others during a bootstrap.  This is done to
-# speed up the bootstrap process.  The CC files are compiled first
-# because CC mode tweaks the compilation process, and requiring
-# cc-mode when it is not compiled doesn't work during the
-# bootstrapping.
+# speed up the bootstrap process.
 
 COMPILE_FIRST = \
+       $(lisp)/emacs-lisp/bytecomp.el \
        $(lisp)/emacs-lisp/byte-opt.el \
-       $(lisp)/emacs-lisp/bytecomp.el \
        $(lisp)/emacs-lisp/macroexp.el \
        $(lisp)/emacs-lisp/cconv.el \
-       $(lisp)/progmodes/cc-mode.el \
-       $(lisp)/progmodes/cc-vars.el
+       $(lisp)/emacs-lisp/autoload.el
 
 # The actual Emacs command run in the targets below.
 # The quotes around $(EMACS) are here because the user could type


reply via email to

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