]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Make -V (verbose_build) really be verbose
authorTom Rini <trini@konsulko.com>
Wed, 1 Apr 2015 11:47:41 +0000 (07:47 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:29:05 +0000 (22:29 +0200)
commit3c2b9adfd50cfff7fbf19c10d62cb7c953e4ff1d
treed7d8bd4912dca9dea0236af44e6d817a1e822712
parent1e6e117bab374d60d31049cd6a64e28057cf22af
buildman: Make -V (verbose_build) really be verbose

The help text for -V says we will pass V=1 but all it really did was not
pass in -s.  Change the logic to pass make V=1 with given to buildman -V or
-s to make otherwise.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py