emacs-devel
[Top][All Lists]
Advanced

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

Re: build broken: no defun org-float-time. Who's guilty, and what does


From: Eli Zaretskii
Subject: Re: build broken: no defun org-float-time. Who's guilty, and what does he propose?
Date: Mon, 07 Sep 2009 23:06:46 +0300

> From: Ken Raeburn <address@hidden>
> Date: Mon, 7 Sep 2009 13:59:07 -0400
> Cc: "Jan D." <address@hidden>, address@hidden, address@hidden,
>         address@hidden
> 
> Other files could be autoloaded during compilation, and should be
> listed as dependencies too.

We have `features' and `load-history' to help us.

> The byte compiler code itself, and files loaded via loadup.el, would
> still present a problem; a conservative approach would be to always
> list all of them as dependencies, though that would lead to
> excessive rebuilding still.

Files loaded by loadup.el are easily extracted by simple text
scanning, and the byte compiler itself indeed _is_ a prerequisite for
every other compilation.

Btw, I don't understand what problem do you see with files preloaded
by loadup.  They should simply be all prerequisites of temacs, and
that's it, right?




reply via email to

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