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>
20240612_branch
Leah Rowe 2024-05-15 02:33:35 +01:00
parent c149cbb884
commit e5ffb2afe6
1 changed files with 1 additions and 0 deletions

1
build
View File

@ -200,6 +200,7 @@ fetch_trees()
$err "!rm -Rf \"src/${xp}/${xp}\""
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 ".gitmodules" -exec rm -Rf {} + || $err "$_xm: rm .gitmod"
x_ rm -Rf tmp .git