commit | a7c02602a85a0d3f34331ff34d54de7416085985 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu May 07 11:09:55 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Aug 18 22:15:55 2009 -0400 |
tree | f9bbb2fe066d2b97d51f176a875c5876f34dce89 | |
parent | a9024838d029ecd9a6d1389bec798b7296278d6b [diff] |
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 <rostedt@goodmis.org>