prereq-build: add check for true and false
authorMichael Pratt <mcpratt@pm.me>
Thu, 20 Apr 2023 16:31:16 +0000 (12:31 -0400)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 4 May 2023 04:07:23 +0000 (06:07 +0200)
commitffd7c05aa72ee56b836903159540f9470aeef121
tree0d028215e58aa93d2d2a9ea4271dd1d373136daf
parent0c117e1f6ccbee684ea0589d9024ca9dec4679c9
prereq-build: add check for true and false

Some uses cases, like with autotools, need a path for 'true'
if we use them to force something to skip.

This will work by default on Linux hosts,
and require MacOS hosts to get coreutils,
which is currently installed in the CI
for 'macos-latest' host.

In the future, prereq stage can be reworked
to search for the actual binary
instead of relying on env.

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