# HG changeset patch # User "Yann E. MORIN" # Date 1221687308 0 # Node ID 0744defe782b575cf4eee6b4ac0f6174f19c46f2 # Parent a385aa3e24f7ff3e07e966a1fa7abf43355178ef 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(-) diff -r a385aa3e24f7 -r 0744defe782b kconfig/conf.c --- a/kconfig/conf.c Wed Sep 17 21:33:18 2008 +0000 +++ b/kconfig/conf.c Wed Sep 17 21:35:08 2008 +0000 @@ -559,7 +559,7 @@ "*** 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); }