emacs-devel
[Top][All Lists]
Advanced

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

Re: parallel make bug


From: Stefan Monnier
Subject: Re: parallel make bug
Date: Tue, 26 Jun 2007 21:28:51 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

> Is there any reason $(lisp)/subdirs.el should start a recursive make
> instead of just depending on update-subdirs like in the patch below?

Because the current form allows it to just check that subdirs.el exists
whereas your patch would force it to always be rebuilt.

The problem being that we have no easy way to check that subdirs.el is
up-to-date, so we can either rebuild it all the time or only rebuild it when
specifically asked to.


        Stefan




reply via email to

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