buildroot.buildroot.org archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] docs/manual: document KBUILD_VERBOSE environment variable
@ 2021-04-19 16:03 Anton Leontiev
  2021-04-27 19:51 ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Anton Leontiev @ 2021-04-19 16:03 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Anton Leontiev <scileont@gmail.com>
---
 docs/manual/common-usage.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
index 9ba87a8339..699a20fe40 100644
--- a/docs/manual/common-usage.txt
+++ b/docs/manual/common-usage.txt
@@ -69,6 +69,9 @@ to +make+ or set in the environment:
 
 * +HOSTCXX+, the host C++ compiler to use
 * +HOSTCC+, the host C compiler to use
+* +KBUILD_VERBOSE+, KBuild verbosity; it is essentially the same as specifying
+  +V=1+ in make arguments. If set, exports itself and +VERBOSE=1+ to all
+  subprocesses.
 * +UCLIBC_CONFIG_FILE=<path/to/.config>+, path to
   the uClibc configuration file, used to compile uClibc, if an
   internal toolchain is being built.
-- 
2.31.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-28  7:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-19 16:03 [Buildroot] [PATCH] docs/manual: document KBUILD_VERBOSE environment variable Anton Leontiev
2021-04-27 19:51 ` Yann E. MORIN
2021-04-28  4:39   ` Anton Leontiev
2021-04-28  6:07     ` Peter Korsgaard
2021-04-28  7:10       ` Anton Leontiev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).