mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 14:32:42 +02:00
build/cbutils: distclean before building
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -59,7 +59,9 @@ buildutils() {
|
||||
./download coreboot $cbtree || return 1
|
||||
fi
|
||||
for util in cbfstool ifdtool; do
|
||||
make -j$(nproc) -BC "coreboot/${cbtree}/util/${util}/" \
|
||||
utildir="coreboot/${cbtree}/util/${util}/"
|
||||
make distclean -C "${utildir}"
|
||||
make -j$(nproc) -C "${utildir}" \
|
||||
|| return 1
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user