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>
3050wip
Leah Rowe 2024-07-22 23:39:04 +01:00
parent 38b65af5b5
commit a91751a86b
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@ check_coreboot_utils()
}
mkcorebootbin()
{
$dry realmkcorebootbin; :
}
realmkcorebootbin()
{
[ "$target" = "$tree" ] && return 0