Backport #1014 from trunk: 1.2
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Sep 17 21:35:08 2008 +0000 (2008-09-17)
branch1.2
changeset 8640744defe782b
parent 863 a385aa3e24f7
child 904 07a013bc98a4
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(-)
kconfig/conf.c
     1.1 --- a/kconfig/conf.c	Wed Sep 17 21:33:18 2008 +0000
     1.2 +++ b/kconfig/conf.c	Wed Sep 17 21:35:08 2008 +0000
     1.3 @@ -559,7 +559,7 @@
     1.4  				"*** You have not yet configured "PROJECT_NAME"!\n"
     1.5  				"***\n"
     1.6  				"*** Please run some configurator (e.g. \"make oldconfig\" or\n"
     1.7 -				"*** \"make menuconfig\" or \"make xconfig\").\n"
     1.8 +				"*** \"make menuconfig\" or \"make config\").\n"
     1.9  				"***\n"));
    1.10  			exit(1);
    1.11  		}