mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
build/cbutils: exit if utils dir doesn't exist
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -34,6 +34,9 @@ for cbtree in coreboot/*; do
|
|||||||
if [ "${cbtree##*/}" = "coreboot" ]; then
|
if [ "${cbtree##*/}" = "coreboot" ]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
if [ ! -d "${cbtree}" ]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
# Clean coreboot, of course
|
# Clean coreboot, of course
|
||||||
make -C "${cbtree}/" distclean
|
make -C "${cbtree}/" distclean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user