From: Steven Rostedt Date: Thu, 7 May 2009 15:09:55 +0000 (-0400) Subject: kconfig: test if a .config already exists X-Git-Tag: v2.6.32-rc1~685^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7c02602a85a0d3f34331ff34d54de7416085985;p=pandora-kernel.git kconfig: test if a .config already exists If one were to run localmodconfig or localyesconfig without having a .config already in the file, then the end of the process would give a warning when it tries to move the old .config to .config.old. This patch adds a test to check if .config exists and avoid the moves if it does not. [ Impact: remove warning after make localmodconfig ] Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed