genode/tool/ports/mk
Norman Feske 4f820cf1e5 prepare_ports: prevent execution of automake
This patch discharges the dependency of Makefile.in from Makefile.am
files whenever both files are present in a downloaded archive.

Being based on make, the trigger of running automake is based on the
timestamps for the extracted archive content. However, since we reset
the timestamps (via 'tar -m') at extraction time, no assumptions about
the timestamp relations between the extracted files can be made. In the
event automake is triggered, we are faced with the tool dependency from
a specific automake version on the host.

The patch enforces the unconditional use the 'Makefile.in' version
supplied by the archive.

Fixes #4350
2021-12-17 15:04:49 +01:00
..
check_port_arg.inc Add 'update_hash' and 'list' to tool/ports 2014-05-27 13:45:03 +02:00
check.mk tool/ports: streamline hash tool usage 2018-05-30 13:36:22 +02:00
common.inc Remove dependency from 'which' utility 2021-11-29 15:10:52 +01:00
front_end.inc prepare_port: fix race condition in safety rule 2019-04-01 19:33:49 +02:00
hash.inc tool/ports: streamline hash tool usage 2018-05-30 13:36:22 +02:00
install.mk prepare_ports: prevent execution of automake 2021-12-17 15:04:49 +01:00
prepare_single_port.mk prepare_port: simple cache for downloads 2021-03-12 12:01:37 +01:00