mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 19:26:22 +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
|
./download coreboot $cbtree || return 1
|
||||||
fi
|
fi
|
||||||
for util in cbfstool ifdtool; do
|
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
|
|| return 1
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user