]> git.eshelyaron.com Git - emacs.git/commitdiff
Compile ja-dic files to speed OKURI-NASI up
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Jun 2022 04:22:29 +0000 (06:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Jun 2022 04:22:38 +0000 (06:22 +0200)
* lisp/Makefile.in (MAIN_FIRST): Also compile ja-dic utils to
speed generation up.

lisp/Makefile.in

index f8e31eb8195108cc24e2bf8212195336178c03c6..c0e2099e6b53afd0d8827bfcffdf3d73013c11fd 100644 (file)
@@ -94,8 +94,11 @@ COMPILE_FIRST += $(lisp)/emacs-lisp/loaddefs-gen.elc
 COMPILE_FIRST += $(lisp)/emacs-lisp/radix-tree.elc
 
 # Files to compile early in compile-main.  Works around bug#25556.
+# Also compile the ja-dic files used to convert the Japanese
+# dictionary to speed things up.
 MAIN_FIRST = ./emacs-lisp/eieio.el ./emacs-lisp/eieio-base.el \
-  ./cedet/semantic/db.el ./emacs-lisp/cconv.el
+  ./cedet/semantic/db.el ./emacs-lisp/cconv.el \
+  ./international/ja-dic-cnv.el ./international/ja-dic-utl.el
 
 # Prevent any settings in the user environment causing problems.
 unexport EMACSDATA EMACSDOC EMACSLOADPATH EMACSPATH