build/release/src: remove cbutils/ in srcdir

the builds were being created within that srcdir,
because build/release/src runs lbmk commands within
it, and one of them is building (re-building) it.

there's no point addressing this, other than rm -Rf

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-09-10 17:08:08 +01:00
parent fe00ab4e91
commit 12f9afe622
1 changed files with 1 additions and 0 deletions

View File

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