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