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>
master
Leah Rowe 2024-07-22 23:39:04 +01:00 committed by Leah Rowe
parent acac32f065
commit 64e990212a
1 changed files with 5 additions and 0 deletions

View File

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