[cfarm-users] Migration of gcc119
Peter Gutmann
pgut001 at cs.auckland.ac.nz
Mon Aug 21 04:19:02 CEST 2023
Bruno Haible via cfarm-users <cfarm-users at lists.tetaneutral.net> writes:
>Because in the current state, it means that after creating a tarball of any
>package that uses a 'configure' script, I need to wait 42 minutes until I can
>build it.
As someone in a time zone 12-24 hours ahead of most of the systems I use I run
into this problem on almost every machine. I've solved it by adding the
following target to the makefile:
touch:
touch ./makefile
find ./ | xargs touch
If you really want to get fancy you could check for $system_date <
$tarball_date and trigger that rule automatically.
Peter.
More information about the cfarm-users
mailing list