emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108898: * lisp/Makefile.in (bzr-upda


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108898: * lisp/Makefile.in (bzr-update): Use "compile".
Date: Fri, 06 Jul 2012 00:06:13 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108898
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-07-06 00:06:13 -0700
message:
  * lisp/Makefile.in (bzr-update): Use "compile".
  It is the same as "recompile autoloads", but parallelizable.
modified:
  lisp/ChangeLog
  lisp/Makefile.in
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-07-06 06:22:56 +0000
+++ b/lisp/ChangeLog    2012-07-06 07:06:13 +0000
@@ -1,3 +1,8 @@
+2012-07-06  Glenn Morris  <address@hidden>
+
+       * Makefile.in (bzr-update): "compile" is the same as "recompile
+       autoloads", but parallelizable, so use that instead.
+
 2012-07-06  Dmitry Gutov  <address@hidden>
 
        * window.el (quit-window): Always restore window height when

=== modified file 'lisp/Makefile.in'
--- a/lisp/Makefile.in  2012-07-06 01:31:54 +0000
+++ b/lisp/Makefile.in  2012-07-06 07:06:13 +0000
@@ -191,7 +191,7 @@
 
 # This is useful after "bzr up"; but it doesn't do anything that a
 # plain "make" at top-level doesn't.
-bzr-update: recompile autoloads finder-data custom-deps
+bzr-update: compile finder-data custom-deps
 
 # Update the AUTHORS file.
 


reply via email to

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