From c81d0d215ea38d3b8cf3684a57f4ecaca3c01b03 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 12 Mar 2016 18:50:33 -0700 Subject: 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 Reported-by: Stephen Warren Reviewed-by: Stephen Warren --- tools/buildman/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/buildman/README') 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. -- cgit v1.2.1