From: Charles Keepax Date: Mon, 15 Oct 2012 12:49:12 +0000 (+0100) Subject: kbuild: Remove reference to uninitialised variable X-Git-Tag: v3.8-rc1~18^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16f890988114a1b2d7abb30dafb708d4513801da;p=pandora-kernel.git kbuild: Remove reference to uninitialised variable Verbose output variable is unnecessary because the command's echo is already surpressed. Additionally because the block defines skip-makefile the variable Q is not defined within the makefile, which can cause problems if Q is defined in the users environment. Signed-off-by: Charles Keepax Signed-off-by: Michal Marek --- Reading git-diff-tree failed