* [PATCH v2 resend] kernel-doc: set verbose mode via environment
@ 2008-03-10 17:41 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2008-03-10 17:41 UTC (permalink / raw)
To: lkml; +Cc: akpm, samr
From: Randy Dunlap <randy.dunlap@oracle.com>
Honor the environment variable "KBUILD_VERBOSE=1" (as set by
make V=1) to enable verbose mode in scripts/kernel-doc. Useful for
getting more info and warnings from kernel-doc.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
scripts/kernel-doc | 4 ++++
1 file changed, 4 insertions(+)
--- linux-2625-rc3-kdoc.orig/scripts/kernel-doc
+++ linux-2625-rc3-kdoc/scripts/kernel-doc
@@ -247,6 +247,10 @@ my ($function, %function_table,%paramete
my ($type,$declaration_name,$return_type);
my ($newsection,$newcontents,$prototype,$filelist, $brcount, %source_map);
+if (defined($ENV{'KBUILD_VERBOSE'})) {
+ $verbose = "$ENV{'KBUILD_VERBOSE'}";
+}
+
# Generated docbook code is inserted in a template at a point where
# docbook v3.1 requires a non-zero sequence of RefEntry's; see:
# http://www.oasis-open.org/docbook/documentation/reference/html/refentry.html
--
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-10 17:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-10 17:41 [PATCH v2 resend] kernel-doc: set verbose mode via environment Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®