emacs-devel
[Top][All Lists]
Advanced

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

Re: Release of CC Mode 5.31


From: Eli Zaretskii
Subject: Re: Release of CC Mode 5.31
Date: Thu, 08 Dec 2005 00:41:28 +0200

> Cc: address@hidden, address@hidden, address@hidden,
>       address@hidden, address@hidden, address@hidden,
>       address@hidden
> From: Stefan Monnier <address@hidden>
> Date: Wed, 07 Dec 2005 14:51:22 -0500
> 
> > I thought about some Make magic, like making some of the *.elc files
> > dependent on some other *.elc files which need to be compiled first.
> > (We already have COMPILE_FIRST files that work around similar
> > problems.)  Is there any reason why this wouldn't work?
> 
> That would work.  It'd be even better to generate this dependency info
> automatically.  Ideally, the byte-compiler would keep track of which macros
> are used, so that it can automatically generate exact
> dependency information.

WIBNI we had something like "gcc -MM"?

> Note that e.g. if we change the dolist macro, it's not enough to recompile
> subr.el before the other files, since we also need to redump the executable
> after recompiling subr.el.

Well, yeah, I know that there are hard cases where even Make will be
unable to help.  But I think there's a lot to be done before we get
there.




reply via email to

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