diff options
| author | Leah Rowe <leah@libreboot.org> | 2024-05-19 06:30:32 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2024-05-19 06:30:32 +0100 | 
| commit | b40118ae59b2a48d7287bdcebd2314b0184d4806 (patch) | |
| tree | e4de80d8827fd0ae649d0c2ab7a73467fa11a925 /build | |
| parent | 998f30ad4d58d176429e47feafbbf6b709c27f1d (diff) | |
minor code cleanup in the build system
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
| -rwxr-xr-x | build | 2 | 
1 files changed, 0 insertions, 2 deletions
| @@ -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"  } | 
