]> git.eshelyaron.com Git - emacs.git/commit
Reshuffle the generation of the OKURO-NASI entries to speed up build
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Jun 2022 02:49:57 +0000 (04:49 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Jun 2022 02:50:05 +0000 (04:50 +0200)
commit3e312d11ce3bb402e6162ba9eaceee418a25d4d1
treebb1b83bfa68507f28b9a80f0f95bc172b68a996f
parent3b9bbb24ebcb23e9686bd0f3d70b6e65a83e80ab
Reshuffle the generation of the OKURO-NASI entries to speed up build

* leim/Makefile.in (all): Remove the ja-dic target from all -- we
don't need this file generated before we generate the .elc files.
(generate-ja-dic): Add new target.

* lisp/Makefile.in (.PHONY, generate-ja-dic): Add new target.
(all): Make all depend on the new generate-ja-dic target so that
the OKURO-NASI entries are computed while the .elc files are
compiled.  On a AMD Ryzen 9 5950X 16-Core Processor this brings
compilation time on a "make -j32 bootstrap" down from 1m52s to 1m34s.
leim/Makefile.in
lisp/Makefile.in