Fix non-deterministic "missing: Permission denied" errors #4

Merged
jakehamilton merged 1 commit from srd424/agit-typo-fixes into main 2024-06-23 17:32:12 +00:00

1 commit

Author SHA1 Message Date
Steve D 9708c965fd Fix non-deterministic "missing: Permission denied" errors
Make 'missing' executable where source tarballs use autotools
and are unpack with untar. untar doesn't preserve or set mtime,
which may result in autotools generated files, e.g. configure,
having newer timestamps than their source files (e.g. configure.in.)
In these circumstances autotools generated Makefiles will call
'missing' to either regenerate them or fix-up the timestamps.
2024-06-22 20:48:13 +01:00