buildman: Add verbose option to display errors as they happen
Normally buildman operates in two passes - one to do the build and another
to summarise the errors. Add a verbose option (-v) to display build problems
as they happen. With -e also given, this will display errors too.
When building the current source tree (rather than a list of commits in a
branch), both -v and -e are enabled automatically.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- tools/buildman/README 36 additions, 10 deletionstools/buildman/README
- tools/buildman/builder.py 13 additions, 3 deletionstools/buildman/builder.py
- tools/buildman/buildman.py 2 additions, 0 deletionstools/buildman/buildman.py
- tools/buildman/control.py 3 additions, 1 deletiontools/buildman/control.py
- tools/buildman/test.py 2 additions, 1 deletiontools/buildman/test.py
Please register or sign in to comment