summaryrefslogtreecommitdiff
path: root/tools/buildman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-13 04:50:33 +0300
committerSimon Glass <sjg@chromium.org>2016-03-18 06:27:39 +0300
commitc81d0d215ea38d3b8cf3684a57f4ecaca3c01b03 (patch)
tree3bc64e394ea56a07cf2ae45a7b40fc16db229d46 /tools/buildman/README
parent17bce66cbfb3610a8e341fdb0766cd5586b0f4e9 (diff)
downloadu-boot-c81d0d215ea38d3b8cf3684a57f4ecaca3c01b03.tar.xz
buildman: Clarify the use of -V
This option outputs to the log file, not to the terminal. Clarify that in the help, and add a mention of it in the README. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Stephen Warren <swarren@wwwdotorg.org> Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'tools/buildman/README')
-rw-r--r--tools/buildman/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/buildman/README b/tools/buildman/README
index 332fd5c825..4705d2644b 100644
--- a/tools/buildman/README
+++ b/tools/buildman/README
@@ -612,7 +612,8 @@ The full build output in this case is available in:
err: Output from stderr, if any. Errors and warnings appear here.
log: Output from stdout. Normally there isn't any since buildman runs
- in silent mode for now.
+ in silent mode. Use -V to force a verbose build (this passes V=1
+ to 'make')
toolchain: Shows information about the toolchain used for the build.