automake
[Top][All Lists]
Advanced

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

Re: making pre-build headers


From: Bruce Korb
Subject: Re: making pre-build headers
Date: Tue, 31 Oct 2000 13:29:52 -0800

"John W. Eaton" wrote:
> 
> On 31-Oct-2000, Bruce Korb <address@hidden> wrote:
> 
> | It is ugly.  Especially...
> 
> Isn't that what the move-if-change script is for?

Its a nice try at the problem, but it doesn't work, for
the reason you noted.

The move-if-change saves the timestamp update so the compile
won't happen again, but it also leaves the header out-of-date
with respect to the sources it depends on.  Hence, the
mumble-stamp mumbo-jumbo.  The solution requires either
using check sum stamps for dependency analysis, or the
``dont-worry-about-this-dependency'' hint.  I really do not
want make rebuilding my generated sources, even if it 
does throw it away.



reply via email to

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