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
parent
c149cbb884
commit
e5ffb2afe6
1
build
1
build
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue