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 r108709: lisp/makefile.w32-in (COM


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

------------------------------------------------------------
revno: 108709
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2012-06-23 18:58:13 +0200
message:
  lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in revno:108688.
modified:
  lisp/ChangeLog
  lisp/makefile.w32-in
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-23 15:38:23 +0000
+++ b/lisp/ChangeLog    2012-06-23 16:58:13 +0000
@@ -1,3 +1,7 @@
+2012-06-23  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in (COMPILE_FIRST): Synch with changes in revno:108688.
+
 2012-06-23  Stefan Monnier  <address@hidden>
 
        * help-fns.el (describe-variable): Don't croak when doc is not found.

=== modified file 'lisp/makefile.w32-in'
--- a/lisp/makefile.w32-in      2012-06-15 21:47:39 +0000
+++ b/lisp/makefile.w32-in      2012-06-23 16:58:13 +0000
@@ -79,10 +79,10 @@
 # speed up the bootstrap process.
 
 COMPILE_FIRST = \
-       $(lisp)/emacs-lisp/bytecomp.el \
-       $(lisp)/emacs-lisp/byte-opt.el \
        $(lisp)/emacs-lisp/macroexp.el \
        $(lisp)/emacs-lisp/cconv.el \
+       $(lisp)/emacs-lisp/byte-opt.el \
+       $(lisp)/emacs-lisp/bytecomp.el \
        $(lisp)/emacs-lisp/autoload.el
 
 # The actual Emacs command run in the targets below.


reply via email to

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