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
parent
acac32f065
commit
64e990212a
|
@ -76,6 +76,11 @@ check_coreboot_utils()
|
|||
}
|
||||
|
||||
mkcorebootbin()
|
||||
{
|
||||
$dry realmkcorebootbin; :
|
||||
}
|
||||
|
||||
realmkcorebootbin()
|
||||
{
|
||||
[ "$target" = "$tree" ] && return 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue