build/release/src: delete elf/ in srcdir

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-09-10 17:23:37 +01:00
parent 0543350d44
commit 630a65462f
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ purge_files()
coreboot/*/util/nvidia/cbootimage/.git* || \
err "purge_files rm-rf2: can't purge .git files/directories"
rm -Rf cbutils || err "purge_files: can't remove ${srcdir}/cbutils/"
rm -Rf elf || err "purge_files: can't remove ${srcdir}/elf/"
)
}