mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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:
@@ -78,6 +78,11 @@ check_coreboot_utils()
|
||||
}
|
||||
|
||||
mkcorebootbin()
|
||||
{
|
||||
$dry realmkcorebootbin; :
|
||||
}
|
||||
|
||||
realmkcorebootbin()
|
||||
{
|
||||
[ "$target" = "$tree" ] && return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user