mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
trees: simplify single/multi handling in main()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -46,8 +46,7 @@ main()
|
||||
|
||||
remkdir "${tmpgit%/*}"
|
||||
|
||||
_cmd="build_project"
|
||||
singletree "$project" || _cmd="build_targets"
|
||||
_cmd="build_targets" && singletree "$project" && _cmd="build_project"
|
||||
$_cmd $@
|
||||
|
||||
[ "$target1" = "utils" ] && [ "$project" = "coreboot" ] && return 0
|
||||
|
||||
Reference in New Issue
Block a user