From a91751a86bc42c3a367f530eef3f9a9728c63eaf Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 22 Jul 2024 23:39:04 +0100 Subject: rom.sh: don't run mkcorebootbin on trees -d don't let it execute during dry builds Signed-off-by: Leah Rowe --- include/rom.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/rom.sh') diff --git a/include/rom.sh b/include/rom.sh index 6f914009..eadef643 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -78,6 +78,11 @@ check_coreboot_utils() } mkcorebootbin() +{ + $dry realmkcorebootbin; : +} + +realmkcorebootbin() { [ "$target" = "$tree" ] && return 0 -- cgit v1.2.1