]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Separate out display of warnings and errors
authorSimon Glass <sjg@chromium.org>
Thu, 28 Aug 2014 15:43:44 +0000 (09:43 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 5 Sep 2014 19:40:43 +0000 (13:40 -0600)
commite30965db0c668cf1269be97c4b8c0d357c85a8ae
tree278ed630cf93f58ba9fc14494720da3188df3835
parented9666573eb08b4d8f18855d9f62e22ba0316ee9
buildman: Separate out display of warnings and errors

Some boards unfortunately build with warnings and it is useful to be able
to easily distinguish the warnings from the errors.

Use a simple pattern match to categorise gcc output into warnings and
errors, and display each separately. New warnings are shown in magenta (with
a w+ prefix) and fixed warnings are shown in yellow with a w- prefix.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/README
tools/buildman/builder.py