summaryrefslogtreecommitdiffstats
path: root/tools/buildman/control.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-12-01 17:34:07 -0700
committerSimon Glass <sjg@chromium.org>2015-01-14 21:16:54 -0800
commitd2ce658de527af4eaa193ccb7c4d881e02a31257 (patch)
tree190ac2823919ddc859631a21f677f4d4b8e781ff /tools/buildman/control.py
parent827e37b55869933951e7e7db3693d4df001fd609 (diff)
downloadtalos-obmc-uboot-d2ce658de527af4eaa193ccb7c4d881e02a31257.tar.gz
talos-obmc-uboot-d2ce658de527af4eaa193ccb7c4d881e02a31257.zip
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>
Diffstat (limited to 'tools/buildman/control.py')
-rw-r--r--tools/buildman/control.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/buildman/control.py b/tools/buildman/control.py
index a7c58227f0..720b978b23 100644
--- a/tools/buildman/control.py
+++ b/tools/buildman/control.py
@@ -248,7 +248,8 @@ def DoBuildman(options, args, toolchains=None, make_func=None, boards=None,
builder = Builder(toolchains, output_dir, options.git_dir,
options.threads, options.jobs, gnu_make=gnu_make, checkout=True,
show_unknown=options.show_unknown, step=options.step,
- no_subdirs=options.no_subdirs, full_path=options.full_path)
+ no_subdirs=options.no_subdirs, full_path=options.full_path,
+ verbose_build=options.verbose_build)
builder.force_config_on_failure = not options.quick
if make_func:
builder.do_make = make_func
OpenPOWER on IntegriCloud