Bruno Haible via cfarm-users <cfarm-users@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.

_______________________________________________
cfarm-users mailing list
cfarm-users@lists.tetaneutral.net
https://lists.tetaneutral.net/listinfo/cfarm-users

Reply via email to