build: replace `true` with a custom noop script
authorIlya Katsnelson <me@0upti.me>
Sun, 29 Oct 2023 22:39:31 +0000 (01:39 +0300)
committerDavid Bauer <mail@david-bauer.net>
Fri, 3 Nov 2023 22:06:07 +0000 (23:06 +0100)
commit2c22589782d74e9db5d79f72b259df08beb5ef7a
tree54e23f0d93967ea0f8c5c78bf8ab6fd588b43308
parent45a50a06fb3f39ea70936dd967a74e6e96f0cd89
build: replace `true` with a custom noop script

`true` might be a shell built-in, or simply not accessible in the hardcoded locations.
Replace it with a custom script that does nothing.

Signed-off-by: Ilya Katsnelson <me@0upti.me>
include/prereq-build.mk
scripts/noop.sh [new file with mode: 0755]