summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-30 07:37:19 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-30 07:37:19 +0100
commit13d4b6d3c7378237278279ab43b47a62a7626f65 (patch)
tree41504b2b22495b7e57ab6282c901870e089a8548 /build
parentf6cbc501c1602433c466f2e23acf8828f27dbd92 (diff)
delete u-boot test/lib/strlcat.c using nuke()
we don't need to do it in the release function Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/build b/build
index 2877a8fb..28d8be08 100755
--- a/build
+++ b/build
@@ -139,7 +139,6 @@ fetch_trees()
[ ! -f "$x" ] || [ -L "$xp" ] || x_ rm -Rf "src/$xp/$xp"
done
rmgit .
- rm -Rf tmp .git src/u-boot/*/test/lib/strlcat.c || $err "$_xm !rm"
}
fail()