localmodconfig: Add debug environment variable LOCALMODCONFIG_DEBUG
authorSteven Rostedt <srostedt@redhat.com>
Tue, 19 Jun 2012 02:41:15 +0000 (22:41 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 19 Jun 2012 19:03:06 +0000 (15:03 -0400)
If the environment variable LOCALMODCONFIG_DEBUG is set, then debug output
will appear in the make localmodconfig. This will simplify debugging what
people get with their output, as I can just tell people to do:

  LOCALMODCONFIG_DEBUG=1 make localmodconfig 2>out.txt

and have them send me the out.txt. I'll be able to see why things are not
working as they think it should be.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found