summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-19 06:30:32 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-19 06:30:32 +0100
commitb40118ae59b2a48d7287bdcebd2314b0184d4806 (patch)
treee4de80d8827fd0ae649d0c2ab7a73467fa11a925 /build
parent998f30ad4d58d176429e47feafbbf6b709c27f1d (diff)
minor code cleanup in the build system
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/build b/build
index fdb47947..1cb93f84 100755
--- a/build
+++ b/build
@@ -151,12 +151,10 @@ fetch_trees()
for x in $(items config/git); do
./update trees -f "$x" || $err "$_xm: fetch $x"
done
-
for x in config/*/build.list; do
[ -f "$x" ] && xp="${x#*/}" && xp="${xp%/*}"
[ ! -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"
}