diff options
author | Simon Glass <sjg@chromium.org> | 2014-08-28 09:43:39 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-09-05 13:40:42 -0600 |
commit | 2c3deb9758c5be1c590bebdd25d8a36d486ea5e9 (patch) | |
tree | 2b844a37225fe82ff992eedcee8c5d21f2395d4b /tools/buildman/README | |
parent | d0c5719d92c85addcd38e1dcc21cbc4cbc0fc6a5 (diff) | |
download | u-boot-imx-2c3deb9758c5be1c590bebdd25d8a36d486ea5e9.zip u-boot-imx-2c3deb9758c5be1c590bebdd25d8a36d486ea5e9.tar.gz u-boot-imx-2c3deb9758c5be1c590bebdd25d8a36d486ea5e9.tar.bz2 |
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/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/buildman/README b/tools/buildman/README index d4e8404..d20508f 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 ========================== |