From: Steven Rostedt Date: Tue, 19 Jun 2012 02:41:15 +0000 (-0400) Subject: localmodconfig: Add debug environment variable LOCALMODCONFIG_DEBUG X-Git-Tag: v3.6-rc1~45^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4503379cb811809470ebefb58c943fe605bc3e29;p=pandora-kernel.git localmodconfig: Add debug environment variable LOCALMODCONFIG_DEBUG 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 --- Reading git-diff-tree failed