commit | f06dd816487b517ad987869c967440b65f597e24 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Apr 01 07:47:41 2015 -0400 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 16:24:25 2015 -0600 |
tree | 5acca89b4b95341f7e5f7ef490994033cc8cf5a2 | |
parent | 4a42de4878960454e640c80a6c8a9344e95bd7a5 [diff] |
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>