summaryrefslogtreecommitdiffstats
path: root/tools/buildman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-08-28 09:43:44 -0600
committerSimon Glass <sjg@chromium.org>2014-09-05 13:40:43 -0600
commite30965db0c668cf1269be97c4b8c0d357c85a8ae (patch)
tree278ed630cf93f58ba9fc14494720da3188df3835 /tools/buildman/README
parented9666573eb08b4d8f18855d9f62e22ba0316ee9 (diff)
downloadtalos-obmc-uboot-e30965db0c668cf1269be97c4b8c0d357c85a8ae.tar.gz
talos-obmc-uboot-e30965db0c668cf1269be97c4b8c0d357c85a8ae.zip
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>
Diffstat (limited to 'tools/buildman/README')
-rw-r--r--tools/buildman/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/buildman/README b/tools/buildman/README
index fbc8449f7b..8ba19ec103 100644
--- a/tools/buildman/README
+++ b/tools/buildman/README
@@ -445,6 +445,9 @@ If many boards have the same error, then -e will display the error only
once. This makes the output as concise as possible. To see which boards have
each error, use -l.
+Buildman tries to distinguish warnings from errors, and shows warning lines
+separately with a 'w' prefix.
+
The full build output in this case is available in:
../lcd9b/12_of_18_gd92aff7_lcd--Add-support-for/lubbock/
OpenPOWER on IntegriCloud