summaryrefslogtreecommitdiffstats
path: root/tools/buildman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-08-28 09:43:39 -0600
committerSimon Glass <sjg@chromium.org>2014-09-05 13:40:42 -0600
commit2c3deb9758c5be1c590bebdd25d8a36d486ea5e9 (patch)
tree2b844a37225fe82ff992eedcee8c5d21f2395d4b /tools/buildman/README
parentd0c5719d92c85addcd38e1dcc21cbc4cbc0fc6a5 (diff)
downloadtalos-obmc-uboot-2c3deb9758c5be1c590bebdd25d8a36d486ea5e9.tar.gz
talos-obmc-uboot-2c3deb9758c5be1c590bebdd25d8a36d486ea5e9.zip
buildman: Set the return code to indicate build result
When buildman finds errors/warnings when building, set the return code to indicate this. Suggested-by: York Sun <yorksun@freescale.com> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/README')
-rw-r--r--tools/buildman/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/buildman/README b/tools/buildman/README
index d4e840480a..d20508f089 100644
--- a/tools/buildman/README
+++ b/tools/buildman/README
@@ -690,6 +690,12 @@ Other options
Buildman has various other command line options. Try --help to see them.
+When doing builds, Buildman's return code will reflect the overall result:
+
+ 0 (success) No errors or warnings found
+ 128 Errors found
+ 129 Warnings found
+
How to change from MAKEALL
==========================
OpenPOWER on IntegriCloud