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>
Showing
- tools/buildman/builder.py 3 additions, 1 deletiontools/buildman/builder.py
- tools/buildman/builderthread.py 2 additions, 1 deletiontools/buildman/builderthread.py
- tools/buildman/cmdline.py 2 additions, 0 deletionstools/buildman/cmdline.py
- tools/buildman/control.py 2 additions, 1 deletiontools/buildman/control.py
Loading
Please register or sign in to comment