mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
rom.sh: don't dry-run mkcoreboottar
same as the last change. make the main function a wrapper that dry-runs the real function. if the "dry" variable is blank, it executes. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -180,6 +180,11 @@ cprom()
|
|||||||
}
|
}
|
||||||
|
|
||||||
mkcoreboottar()
|
mkcoreboottar()
|
||||||
|
{
|
||||||
|
$dry realmkcoreboottar
|
||||||
|
}
|
||||||
|
|
||||||
|
realmkcoreboottar()
|
||||||
{
|
{
|
||||||
[ "$target" = "$tree" ] && return 0; [ "$XBMK_RELEASE" = "y" ] && \
|
[ "$target" = "$tree" ] && return 0; [ "$XBMK_RELEASE" = "y" ] && \
|
||||||
[ "$release" != "n" ] && $dry mkrom_tarball "bin/$target"; return 0
|
[ "$release" != "n" ] && $dry mkrom_tarball "bin/$target"; return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user