diff options
| author | Simon Glass <[email protected]> | 2014-08-28 09:43:39 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2014-09-05 13:40:42 -0600 |
| commit | 2c3deb9758c5be1c590bebdd25d8a36d486ea5e9 (patch) | |
| tree | 2b844a37225fe82ff992eedcee8c5d21f2395d4b /tools/buildman/README | |
| parent | d0c5719d92c85addcd38e1dcc21cbc4cbc0fc6a5 (diff) | |
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 <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
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 d4e840480a0..d20508f0899 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 ========================== |
