mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Compile ja-dic files to speed OKURI-NASI up
* lisp/Makefile.in (MAIN_FIRST): Also compile ja-dic utils to speed generation up.
This commit is contained in:
parent
7b65bd3588
commit
bf6852d69b
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue