emacs-devel
[Top][All Lists]
Advanced

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

Re: Parallel builds with loaddefs removed


From: Eli Zaretskii
Subject: Re: Parallel builds with loaddefs removed
Date: Sat, 22 Jun 2013 18:25:07 +0300

> From: Stefan Monnier <address@hidden>
> Cc: address@hidden
> Date: Sat, 22 Jun 2013 11:15:36 -0400
> 
> > But I get the drift: you don't want to fix this.  So be it.
> 
> It's worse: I don't know how to fix it.

Something like this:

$(lisp): cl-loaddefs.el

cl-loaddefs.el: cl-extra.el cl-macs.el cl-seq.el
        $(MAKE) autoloads

where $(lisp) is the list of all the *.elc files, computed like we do
in compile-main.



reply via email to

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