diff options
author | Tom Rini <trini@ti.com> | 2015-01-14 11:00:38 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-14 11:00:38 -0500 |
commit | bd5053ffa5b8162257537bdb79ba829372423096 (patch) | |
tree | c2bc3a310b096b7cbd2394e6d184e1a380fe1f65 | |
parent | ac8192a5877c35735bb95a36e196b2c100c67827 (diff) | |
parent | 1ddda1b321a102b31bcddc0b1cc23fe3449533c6 (diff) |
Merge branch 'buildman' of git://git.denx.de/u-boot-x86
Conflicts:
tools/buildman/control.py
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r-- | tools/buildman/control.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/buildman/control.py b/tools/buildman/control.py index 2c3ba8b77fb..fb79a1ecfef 100644 --- a/tools/buildman/control.py +++ b/tools/buildman/control.py @@ -188,6 +188,8 @@ def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, else: series = None options.verbose = True + if not options.summary: + options.show_errors = True # By default we have one thread per CPU. But if there are not enough jobs # we can have fewer threads and use a high '-j' value for make. |