summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-17 21:35:08 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-17 21:35:08 (GMT)
commit2cee839c907beef6d3b876cc8ad07e4ba3f2d11c (patch)
treeb0c89e36b4926136da7dd72c3a42c1f006ea5609
parent44744cdee8bdb6e7dd71f9eef48d7c9b5748c2c8 (diff)
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(-)
-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);
}