autoconf
[Top][All Lists]
Advanced

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

Re: how do distribute automake free code?


From: Harlan Stenn
Subject: Re: how do distribute automake free code?
Date: Mon, 20 Jun 2011 17:28:36 -0700

If auto*-generated files are being checked in to a repo, you may be 
seeing a problem where the timestamps of those files are not kept in 
"relational" order when you check out a copy from the repo. 
 
I think your choices are to either live with it (just like the way Eric 
wrote) or run a script after checkout that "touches" the 
generated files in the correct order so that the dependency order is 
maintained. 
 
If you want an example of this, check out a tarball of NTP and look at 
the top-level "bootstrap" script.  Be advised that NTP's need and use 
for this is probably quite a bit more involved that what you might
need.

-- 
Harlan Stenn <address@hidden>
http://ntpforum.isc.org  - be a member!



reply via email to

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