Re: Automake 1.18 regression (?)

Jacob Bachmeyer <[email protected]> Mon, 23 Jun 2025 21:34:42 -0500
Newsgroups gmane.comp.sysutils.automake.general
Message-ID <[email protected]>
On 6/23/25 16:25, Karl Berry wrote:
>      jcb> Could the right answer be to limit the effect of
>      SOURCE_DATE_EPOCH to timestamps that will appear in built files?
>
> I'm afraid I'm not sure what you mean, Jacob.

When writing a timestamp into a file, use the SOURCE_DATE_EPOCH value 
instead of a file mtime, but do not apply SOURCE_DATE_EPOCH to make's 
decisions about rebuilding files.  (If there is some way to do that.)


-- Jacob