rom.sh: don't run mkcorebootbin on trees -d

don't let it execute during dry builds

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-07-22 23:39:04 +01:00
parent 38b65af5b5
commit a91751a86b
+5
View File
@@ -78,6 +78,11 @@ check_coreboot_utils()
}
mkcorebootbin()
{
$dry realmkcorebootbin; :
}
realmkcorebootbin()
{
[ "$target" = "$tree" ] && return 0