emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs-diffs Digest, Vol 67, Issue 11


From: Kenichi Handa
Subject: Re: Emacs-diffs Digest, Vol 67, Issue 11
Date: Wed, 04 Jun 2008 09:40:45 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, Eli Zaretskii <address@hidden> writes:

> > Date: Tue, 03 Jun 2008 03:42:09 -0400
> > From: address@hidden
> > 
> > +2008-06-03  Kenichi Handa  <address@hidden>
> > +
> > +   * makefile.w32-in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
> > +   (leim-list.el): Remove leim-list.el at first.
> > +
> > +   * Makefile.in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
> > +   (leim-list.el): Remove leim-list.el at first.

> Handa-san, could you please tell why it is necessary to remove
> leim-list.el?  The commands after that run the function
> update-leim-list-file, so I assume that it can update an existing
> file, it doesn't need to rebuild it from scratch.

The target leim-list.el depends on leim-ext.el, and we do
this at the end:

        sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@

So, when you modify leim-ext.el, leim-list.el is re-build,
but, if we don't remove leim-list.el at first, the contents
of leim-ext.el are duplicated.

In addition, update-leim-list-file works a little bit faster
when leim-list.el is vacant.

Do you actually find any problem with this change?

---
Kenichi Handa
address@hidden




reply via email to

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