rm src/u-boot/*/test/lib/strlcat.c in u-boot

i accidentally removed this in a previous commit

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2-merge1
Leah Rowe 2024-05-15 02:33:35 +01:00 committed by Leah Rowe
parent c57dfefe91
commit 3469836f18
1 changed files with 1 additions and 0 deletions

1
build
View File

@ -193,6 +193,7 @@ fetch_trees()
$err "!rm -Rf \"src/${xp}/${xp}\"" $err "!rm -Rf \"src/${xp}/${xp}\""
done done
rm -f src/u-boot/*/test/lib/strlcat.c || $err "$_xm: rm strlcat"
find . -name ".git" -exec rm -Rf {} + || $err "$_xm: rm .git" find . -name ".git" -exec rm -Rf {} + || $err "$_xm: rm .git"
find . -name ".gitmodules" -exec rm -Rf {} + || $err "$_xm: rm .gitmod" find . -name ".gitmodules" -exec rm -Rf {} + || $err "$_xm: rm .gitmod"
x_ rm -Rf tmp .git x_ rm -Rf tmp .git