projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
ac8192a
)
Merge branch 'buildman' of git://git.denx.de/u-boot-x86
author
Tom Rini
<trini@ti.com>
Wed, 14 Jan 2015 16:00:38 +0000
(11:00 -0500)
committer
Tom Rini
<trini@ti.com>
Wed, 14 Jan 2015 16:00:38 +0000
(11:00 -0500)
Conflicts:
tools/buildman/control.py
Signed-off-by: Tom Rini <trini@ti.com>
tools/buildman/control.py
patch
|
blob
|
history
diff --git
a/tools/buildman/control.py
b/tools/buildman/control.py
index
2c3ba8b
..
fb79a1e
100644
(file)
--- 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.