diff options
Diffstat (limited to 'script/trees')
-rwxr-xr-x | script/trees | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/script/trees b/script/trees index 212bb665..21f05e5d 100755 --- a/script/trees +++ b/script/trees @@ -43,6 +43,9 @@ main() _cmd="build_projects" singletree "$project" || _cmd="build_targets" $_cmd $@ + + [ "$target1" = "utils" ] && [ "$project" = "coreboot" ] && return 0 + [ -z "$mode" ] && printf "\n\nDone! Check %s/\n\n" "$elfdir"; return 0 } build_projects() @@ -94,9 +97,6 @@ handle_targets() [ "$target1" = "utils" ] || x_ ./vendor download $target x_ handle_defconfig done - - [ "$target1" = "utils" ] && [ "$project" = "coreboot" ] && return 0 - [ -z "$mode" ] && printf "Done! Check %s/\n\n" "$elfdir"; return 0 } handle_defconfig() |