build/release/src: delete elf/ in srcdir
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
0543350d44
commit
630a65462f
|
@ -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/"
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue