trees: also print "DONE! check elf/dir" on single
e.g. ./update trees -b flashprog tell the user to check elf/flashprog Signed-off-by: Leah Rowe <leah@libreboot.org>audit2-merge1
parent
74759d876a
commit
7fe0106fa0
|
@ -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()
|
||||
|
@ -92,9 +95,6 @@ handle_targets()
|
|||
printf "'make %s', '%s', '%s'\n" "$mode" "$project" "$target"
|
||||
x_ handle_defconfig
|
||||
done
|
||||
|
||||
[ "$target1" = "utils" ] && [ "$project" = "coreboot" ] && return 0
|
||||
[ -z "$mode" ] && printf "Done! Check %s/\n\n" "$elfdir"; return 0
|
||||
}
|
||||
|
||||
handle_defconfig()
|
||||
|
|
Loading…
Reference in New Issue