From: Sam Ravnborg Date: Mon, 26 Dec 2005 22:34:03 +0000 (+0100) Subject: kbuild: always run 'make silentoldconfig' when tree is cleaned X-Git-Tag: v2.6.16-rc1~474^2~22^2~4^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=752625cff3eba81cbc886988d5b420064c033948;p=pandora-kernel.git kbuild: always run 'make silentoldconfig' when tree is cleaned If the file .kconfig.d is missing then make sure to run 'make silentoldconfig', since we have no way to detect if a Kconfig file has been updated. -kconfig.d is created by kconfig and is removed as part of 'make clean' so the situation is likely to occur in reality. Jan Beulich reported this bug. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed