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