1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00

* lisp/Makefile.in (bzr-update): Use "compile".

It is the same as "recompile autoloads", but parallelizable.
This commit is contained in:
Glenn Morris 2012-07-06 00:06:13 -07:00
parent 4737eec9d7
commit 211b896bb0
2 changed files with 6 additions and 1 deletions

View 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

View 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.