From 13d4b6d3c7378237278279ab43b47a62a7626f65 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 - config/u-boot/default/nuke.list | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 config/u-boot/default/nuke.list 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() diff --git a/config/u-boot/default/nuke.list b/config/u-boot/default/nuke.list new file mode 100644 index 00000000..f3a3fcc3 --- /dev/null +++ b/config/u-boot/default/nuke.list @@ -0,0 +1 @@ +test/lib/strlcat.c