Backport #1014 from trunk:

Don't advertise 'xconfig' as a config rule.

 /branches/1.2/kconfig/conf.c |    2     1     1     0 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
Yann E. MORIN" 2008-09-17 21:35:08 +00:00
parent 44744cdee8
commit 2cee839c90

View File

@ -559,7 +559,7 @@ int main(int ac, char **av)
"*** You have not yet configured "PROJECT_NAME"!\n"
"***\n"
"*** Please run some configurator (e.g. \"make oldconfig\" or\n"
"*** \"make menuconfig\" or \"make xconfig\").\n"
"*** \"make menuconfig\" or \"make config\").\n"
"***\n"));
exit(1);
}