]> git.sur5r.net Git - u-boot/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)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 22:24:25 +0000 (16:24 -0600)
commitf5e5ece0b72ef54cfe4ebdb06e2258a7b3d0228e
tree5acca89b4b95341f7e5f7ef490994033cc8cf5a2
parent0eb4c045038e5fdbbab342b226c79445faf5116c
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