build/cbutils: exit if utils dir doesn't exist
Signed-off-by: Leah Rowe <leah@libreboot.org>fsdg20230625
parent
dd16a575e7
commit
55fc8fe0b0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue