diff options
| author | Glenn Morris | 2012-07-06 00:06:13 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-06 00:06:13 -0700 |
| commit | 211b896bb076174d325604d886d7dc043f89ca14 (patch) | |
| tree | 90e037dd90e7e57f74beac2fd857437917a5037a | |
| parent | 4737eec9d737a2d374454095f9400b24769af39c (diff) | |
| download | emacs-211b896bb076174d325604d886d7dc043f89ca14.tar.gz emacs-211b896bb076174d325604d886d7dc043f89ca14.zip | |
* lisp/Makefile.in (bzr-update): Use "compile".
It is the same as "recompile autoloads", but parallelizable.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 482bb7ec489..b9ec54285ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (bzr-update): "compile" is the same as "recompile | ||
| 4 | autoloads", but parallelizable, so use that instead. | ||
| 5 | |||
| 1 | 2012-07-06 Dmitry Gutov <dgutov@yandex.ru> | 6 | 2012-07-06 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 7 | ||
| 3 | * window.el (quit-window): Always restore window height when | 8 | * 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 | |||
| 191 | 191 | ||
| 192 | # This is useful after "bzr up"; but it doesn't do anything that a | 192 | # This is useful after "bzr up"; but it doesn't do anything that a |
| 193 | # plain "make" at top-level doesn't. | 193 | # plain "make" at top-level doesn't. |
| 194 | bzr-update: recompile autoloads finder-data custom-deps | 194 | bzr-update: compile finder-data custom-deps |
| 195 | 195 | ||
| 196 | # Update the AUTHORS file. | 196 | # Update the AUTHORS file. |
| 197 | 197 | ||