mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +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"
|
target="$x"
|
||||||
printf "'make %s', '%s', '%s'\n" "$mode" "$project" "$target"
|
printf "'make %s', '%s', '%s'\n" "$mode" "$project" "$target"
|
||||||
x_ handle_defconfig
|
x_ handle_defconfig && [ -z "$mode" ] && x_ $postmake; :
|
||||||
|
|
||||||
[ -n "$mode" ] || x_ $postmake
|
|
||||||
done; :
|
done; :
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user