emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a3cba47416: Tweak MAIN_FIRST/ja-dic compilation


From: Lars Ingebrigtsen
Subject: master a3cba47416: Tweak MAIN_FIRST/ja-dic compilation
Date: Wed, 1 Jun 2022 00:55:33 -0400 (EDT)

branch: master
commit a3cba47416ebc78e775d01a01955a03aa06df3b0
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Tweak MAIN_FIRST/ja-dic compilation
    
    * lisp/Makefile.in (MAIN_FIRST): ja-dic-utl isn't used in the
    conversion process, to don't compile it early.
---
 lisp/Makefile.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index d326e1a924..5f9ca01694 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -94,11 +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.
+# Also compile the ja-dic file 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 \
-  ./international/ja-dic-cnv.el ./international/ja-dic-utl.el
+  ./international/ja-dic-cnv.el
 
 # Prevent any settings in the user environment causing problems.
 unexport EMACSDATA EMACSDOC EMACSLOADPATH EMACSPATH



reply via email to

[Prev in Thread] Current Thread [Next in Thread]