* lisp/Makefile.in (bzr-update): Use "compile".
authorGlenn Morris <rgm@gnu.org>
Fri, 6 Jul 2012 07:06:13 +0000 (00:06 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 6 Jul 2012 07:06:13 +0000 (00:06 -0700)
It is the same as "recompile autoloads", but parallelizable.

lisp/ChangeLog
lisp/Makefile.in

index 482bb7e..b9ec542 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-06  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (bzr-update): "compile" is the same as "recompile
+       autoloads", but parallelizable, so use that instead.
+
 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
 
        * window.el (quit-window): Always restore window height when
index d61988b..9221ca3 100644 (file)
@@ -191,7 +191,7 @@ updates: update-subdirs autoloads finder-data custom-deps
 
 # 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.