commit | 03749d4878ae5c0ecae4324991c612812722e8b0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 28 09:43:44 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 05 13:40:43 2014 -0600 |
tree | 278ed630cf93f58ba9fc14494720da3188df3835 | |
parent | 3394c9fcb6c662382aa6b53ab6f662f1bea61cf9 [diff] |
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>