mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 23:39:33 +02:00
unify build/clean into ./build release src
handle it all in the 1 script quite a few clean scripts are still present, so resources/scripts/build/clean/ still exists. 23 sloc reduction. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -138,6 +138,9 @@ purge_files()
|
||||
(
|
||||
cd "${srcdir}/" || err "cd3"
|
||||
./build clean all || err "build-clean1"
|
||||
for p in bios_extract flashrom grub ich9utils memtest86plus uefitool; do
|
||||
./build src for -c "${p}"
|
||||
done
|
||||
make clean -BC util/nvmutil || err "make-clean2"
|
||||
make clean -BC util/ich9utils || err "make-clean3"
|
||||
make clean -BC util/spkmodem_recv || err "make-clean4"
|
||||
|
||||
Reference in New Issue
Block a user