]> git.eshelyaron.com Git - emacs.git/commit
Speed generation of ldefs-boot-auto
authorPhillip Lord <phillip.lord@russet.org.uk>
Mon, 27 Feb 2017 21:23:35 +0000 (21:23 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Tue, 28 Feb 2017 21:32:49 +0000 (21:32 +0000)
commit7b5e1c8238ef961fd3305b1dce053b9bced684ba
treea992d47052b5186a1c344a1f4a86d6b8aadc84ff
parent75727406535572fb8d18e0c4d92f5a033a1a0933
Speed generation of ldefs-boot-auto

Previously, generation of ldefs-boot-auto required at least one full
bootstrap and, in extreme cases, two. Now, from build system, it
requires the same time as taken to dump Emacs.

* Makefile.in: Remove all calls, pass to src.
* admin/ldefs-clean.el: Update for changed messages.
* lisp/Makefile.in (compile-first-delete): Add.
* lisp/ldefs-boot-auto.el: Update.
* src/Makefile.in (generate-ldefs-boot): Add.
Makefile.in
admin/ldefs-clean.el
lisp/Makefile.in
lisp/ldefs-boot-auto.el
src/Makefile.in