host-build: add support for a stampfile per installed binary
authorMichael Pratt <mcpratt@pm.me>
Tue, 30 May 2023 11:20:19 +0000 (07:20 -0400)
committerPetr Štetiar <ynezz@true.cz>
Mon, 5 Jun 2023 06:31:53 +0000 (08:31 +0200)
commit84f7a45e9e83339d84bcc15f06259b1064cb961a
treea0dd56b5a62dd1a4a699b10b9ef7946228703102
parentb890e2fbf9211648ad4a74f3e8b47bbf04a3cc7a
host-build: add support for a stampfile per installed binary

Some individual build items install a group of programs
instead of a program matching the name of the build item.

Add support for installing stampfiles for each of the
programs installed by that build item,
which will allow more control and awareness
of what is installed by the rest of the build system,
if, for example, prereq symlink checks are looking
for the same program which is built already.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
include/host-build.mk