emacs-devel
[Top][All Lists]
Advanced

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

Build-time dependencies


From: Stefan Monnier
Subject: Build-time dependencies
Date: Sat, 07 Jun 2008 22:56:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> The dependencies absolutely must be generated automatically.  Whether
> this should be done by the byte-compiler or a separate script isn't clear
> (yet).  Such a separate script could probably be run in temacs, creating
> the dependencies very early in the build process.

I think it should be easy to generate the dependencies from bytecomp.el
(just record macros as we expand them, and then try and figure out
which file they come from).  This way they could be kept uptodate
100% automatically.


        Stefan




reply via email to

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