tree.sh: simplify build_targets()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-27 12:52:53 +01:00
parent bdd42c0f32
commit a0be6d11c0
+1 -3
View File
@@ -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; :
}