mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
tree.sh: condense build_targets()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-3
@@ -86,9 +86,7 @@ build_targets()
|
||||
unset CROSS_COMPILE
|
||||
export PATH="$xbmkpath"
|
||||
[ "$x" = "list" ] && x_ ls -1 "config/$project" && \
|
||||
listfile="" && break
|
||||
|
||||
target="$x"
|
||||
listfile="" && break; target="$x"
|
||||
printf "'make %s', '%s', '%s'\n" "$mode" "$project" "$target"
|
||||
x_ handle_defconfig && [ -z "$mode" ] && x_ $postmake; :
|
||||
done; :
|
||||
|
||||
Reference in New Issue
Block a user