summaryrefslogtreecommitdiff
path: root/kconfig/conf.c
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-16 14:32:07 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-16 14:32:07 (GMT)
commit59b1a0929db05817384d6c04d60b8a707975da42 (patch)
tree1da0a8b9261d3f80849c6e2427b8f446368df199 /kconfig/conf.c
parent3e527cffc3beaf25d423c6c49915959c21c751a4 (diff)
Don't advertise 'xconfig' as a config rule.
/trunk/kconfig/conf.c | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'kconfig/conf.c')
-rw-r--r--kconfig/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/conf.c b/kconfig/conf.c
index b0603f7..2c22fb6 100644
--- a/kconfig/conf.c
+++ b/kconfig/conf.c
@@ -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);
}