commit | e5a0e5d84239c71a156a0a14d9332c5532f2411e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 09 15:33:03 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 13 08:34:15 2014 -0600 |
tree | 8f868766dea9ec705ed6b38003e3d3c303c67c54 | |
parent | b2ea7ab25258621871db1f884be1a2f2b1641741 [diff] |
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>