make clean libopencm3

Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
btrfsvols
Riku Viitanen 2023-09-11 11:58:16 +03:00
parent 0bed0c35f3
commit 5737abf0ed
1 changed files with 5 additions and 1 deletions

View File

@ -149,10 +149,14 @@ purge_files()
err "purge_files: ${p}: cannot clean the source trees" err "purge_files: ${p}: cannot clean the source trees"
done done
for p in bios_extract flashrom grub uefitool util-fw/stm32-vserprog; do for p in bios_extract flashrom grub uefitool; do
./handle make file -c "${p}" || \ ./handle make file -c "${p}" || \
err "purge_files: !./handle make file -c ${p}" err "purge_files: !./handle make file -c ${p}"
done done
for p in "stm32-serprog" "stm32-serprog/libopencm3"; do
./handle make file -c "util-fw/${p}" || \
err "purge_files !./handle make file util-fw/${p}"
done
for p in 32 64; do for p in 32 64; do
./handle make file -c "memtest86plus/build${p}" || \ ./handle make file -c "memtest86plus/build${p}" || \
err "purge_files: cannot clean memtest86+ build${p}" err "purge_files: cannot clean memtest86+ build${p}"