mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +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
|
||||
continue
|
||||
fi
|
||||
if [ ! -d "${cbtree}" ]; then
|
||||
continue
|
||||
fi
|
||||
# Clean coreboot, of course
|
||||
make -C "${cbtree}/" distclean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user