Make build verbose when requested by abuild
authorPatrick Georgi <patrick.georgi@coresystems.de>
Thu, 25 Mar 2010 19:01:27 +0000 (19:01 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Thu, 25 Mar 2010 19:01:27 +0000 (19:01 +0000)
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

util/abuild/abuild

index 3c58d64e4453026f8338cfb68dfd327d9e6074bc..5aeca0f1f01028c2d240536e3583fb30ea048402 100755 (executable)
@@ -550,7 +550,7 @@ while true ; do
                -a|--all)       shift; buildall=true;;
                -b|--broken)    shift; buildbroken=true;;
                -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;;
                -h|--help)      shift; myversion; myhelp; exit 0;;
                -p|--payloads)  shift; payloads="$1"; shift;;