[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dependencies in lisp/
From: |
Kenichi Handa |
Subject: |
Re: Dependencies in lisp/ |
Date: |
Wed, 28 Nov 2001 16:57:32 +0900 (JST) |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) |
Eli Zaretskii <address@hidden> writes:
>> No. We don't have to byte-compile mule-conf.el, but have to
>> byte-compile the other modified files by a new Emacs that is
>> built with the new mule-conf.el.
> That's what I meant. Here's the sequence:
> emacs -batch -f batch-byte-compile lisp/international/mule-conf.el
Byte-compiling mule-conf.el is useless. loadup.el
explicitely loads "mule-conf.el".
Anyway, I understand what you mean.
> make
> cd lisp; make recompile EMACS=../src/emacs; cd ..
> make
Yes, this procedure should correctly build a new Emacs in
the current case.
---
Ken'ichi HANDA
address@hidden