emacs-devel
[Top][All Lists]
Advanced

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

Re: Dependencies in lisp/


From: Eli Zaretskii
Subject: Re: Dependencies in lisp/
Date: Tue, 27 Nov 2001 10:08:33 +0200 (IST)

On Tue, 27 Nov 2001, Kenichi Handa wrote:

> > all you need is to byte-compile mule-conf and dump Emacs,
> > right?
> 
> 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
  make
  cd lisp; make recompile EMACS=../src/emacs; cd ..
  make

If that's what is needed, it's not difficult, and we have all the 
necessary machinery already in place.  All we need is some glue.



reply via email to

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