summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-15 02:33:35 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-15 02:33:35 +0100
commite5ffb2afe6ca7cab8982d204709a612ac92090ab (patch)
tree2e845c5a7fd152aa47cf0f69e693da5220d162c1 /build
parentc149cbb8843b9c1af45e8ebb3ecafb764dc8d529 (diff)
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>
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index 71fa9d74..dbc6494f 100755
--- a/build
+++ b/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