kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 7 May 2012 12:37:45 +0000 (05:37 -0700)
committerChristian Lamparter <chunkeey@googlemail.com>
Sat, 21 Jul 2012 13:55:17 +0000 (15:55 +0200)
commitbf9ab8c70df745eaf49ff47462a5eb1cd3bf1cc1
tree2092b5458055498d8904862c0f7e99b120f2a2ca
parent72a287d75680d3d623c508fdb84da74664405854
kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.

Prevent subtle surprises to both people working on the kconfig code
and people using make allnoconfig allyesconfig allmoconfig and
randconfig by only attempting to read a config file if
KCONFIG_ALLCONFIG is set.

Common sense suggests attempting to read the extra config files does
not make sense unless requested.  The documentation says the code
won't attempt to read the extra config files unless requested.
Current usage does not appear to include people depending on the code
reading the config files without the variable being set So do the
simple thing and stop reading config files when passed
all{no,yes,mod,def,rand}config unless KCONFIG_ALLCONFIG environment
variable is set.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
config/conf.c