Home
last modified time | relevance | path

Searched hist:a7c02602a85a0d3f34331ff34d54de7416085985 (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/kconfig/
H A DMakefilediff a7c02602a85a0d3f34331ff34d54de7416085985 Thu May 07 17:09:55 CEST 2009 Steven Rostedt <srostedt@redhat.com> 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>