]> git.eshelyaron.com Git - emacs.git/commit
Avoid unnecessary regeneration of the entire loaddefs.el
authorEli Zaretskii <eliz@gnu.org>
Thu, 13 Apr 2017 07:03:09 +0000 (10:03 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 13 Apr 2017 07:03:09 +0000 (10:03 +0300)
commit88e012511ac6bfd7eb31b14d792ab0005e3693a8
treecb557e7a5d502c2c5fe068bd3991e848604a7a79
parent6354e3c3368d99fad755d4dbd7c872ce1280f005
Avoid unnecessary regeneration of the entire loaddefs.el

* lisp/Makefile.in (autoloads .PHONY): Add commentary explaining
why $(lisp)/loaddefs.el is a dependency of '.PHONY'.
($(lisp)/loaddefs.el): Copy an existing loaddefs.el to
loaddefs.tmp before running 'batch-update-autoloads' on it, to
avoid slow regeneration of the full contents.  (Bug#26459)
Use 'move-if-change' instead of 'mv', to avoid producing a new
Emacs binary when not necessary.
lisp/Makefile.in