From 12f9afe62252d49743526e83d97e0f91171c8a48 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 10 Sep 2023 17:08:08 +0100 Subject: 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 --- script/build/release/src | 1 + 1 file changed, 1 insertion(+) diff --git a/script/build/release/src b/script/build/release/src index 2dc6a6cf..20876837 100755 --- a/script/build/release/src +++ b/script/build/release/src @@ -167,6 +167,7 @@ purge_files() rm -Rf .git .gitignore */.git* coreboot/*/3rdparty/*/.git* \ 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/" ) } -- cgit v1.2.1