Make build verbose when requested by abuild
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5296 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b700254aa5
commit
0ab9d12e29
|
@ -550,7 +550,7 @@ while true ; do
|
||||||
-a|--all) shift; buildall=true;;
|
-a|--all) shift; buildall=true;;
|
||||||
-b|--broken) shift; buildbroken=true;;
|
-b|--broken) shift; buildbroken=true;;
|
||||||
-r|--remove) shift; remove=true; shift;;
|
-r|--remove) shift; remove=true; shift;;
|
||||||
-v|--verbose) shift; verbose=true;;
|
-v|--verbose) shift; verbose=true; silent='V=1';;
|
||||||
-V|--version) shift; myversion; exit 0;;
|
-V|--version) shift; myversion; exit 0;;
|
||||||
-h|--help) shift; myversion; myhelp; exit 0;;
|
-h|--help) shift; myversion; myhelp; exit 0;;
|
||||||
-p|--payloads) shift; payloads="$1"; shift;;
|
-p|--payloads) shift; payloads="$1"; shift;;
|
||||||
|
|
Loading…
Reference in New Issue