]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Add an option to write the full build output
authorSimon Glass <sjg@chromium.org>
Tue, 2 Dec 2014 00:34:07 +0000 (17:34 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 15 Jan 2015 05:16:54 +0000 (21:16 -0800)
commitd2ce658de527af4eaa193ccb7c4d881e02a31257
tree190ac2823919ddc859631a21f677f4d4b8e781ff
parent827e37b55869933951e7e7db3693d4df001fd609
buildman: Add an option to write the full build output

Normally buildman runs with 'make -s' meaning that only errors and warnings
appear in the log file. Add a -V option to run make in verbose mode, and
with V=1, causing a full build log to be created.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py
tools/buildman/builderthread.py
tools/buildman/cmdline.py
tools/buildman/control.py