From: Glenn Morris Date: Fri, 6 Jul 2012 07:06:13 +0000 (-0700) Subject: * lisp/Makefile.in (bzr-update): Use "compile". X-Git-Tag: emacs-24.2.90~1199^2~189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=211b896bb076174d325604d886d7dc043f89ca14;p=emacs.git * lisp/Makefile.in (bzr-update): Use "compile". It is the same as "recompile autoloads", but parallelizable. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 482bb7ec489..b9ec54285ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-07-06 Glenn Morris + + * Makefile.in (bzr-update): "compile" is the same as "recompile + autoloads", but parallelizable, so use that instead. + 2012-07-06 Dmitry Gutov * window.el (quit-window): Always restore window height when diff --git a/lisp/Makefile.in b/lisp/Makefile.in index d61988b333d..9221ca39168 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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.