From a36504aa316d17fd8175a0795d15676f4d9f50c4 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 30 May 2024 07:37:19 +0100 Subject: [PATCH] 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 --- build | 1 - 1 file changed, 1 deletion(-) diff --git a/build b/build index 940e81c..cf8ceb8 100755 --- a/build +++ b/build @@ -134,7 +134,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()