# HG changeset patch # User "Yann E. MORIN" # Date 1305222383 -7200 # Node ID ff170381d13a7ae6ddbe6aef724536684cd8de3b # Parent d832211611297eff3465b206ac1dd02b830bd3c3 kconfig: remove mis-leading messages Unlinke the Linux kernel, crosstool-NG does not (directly) use make as a frontend, so remove any occurence of reference to running make after the configuration. Signed-off-by: "Yann E. MORIN" diff -r d83221161129 -r ff170381d13a kconfig/conf.c --- a/kconfig/conf.c Tue May 10 22:45:33 2011 +0200 +++ b/kconfig/conf.c Thu May 12 19:46:23 2011 +0200 @@ -510,8 +510,8 @@ fprintf(stderr, _("***\n" "*** Configuration file \"%s\" not found!\n" "***\n" - "*** Please run some configurator (e.g. \"make oldconfig\" or\n" - "*** \"make menuconfig\" or \"make xconfig\").\n" + "*** Please configure with \"menuconfig\", or use a\n" + "*** pre-existing sample (see list with \"list-samples\").\n" "***\n"), name); exit(1); } diff -r d83221161129 -r ff170381d13a kconfig/confdata.c --- a/kconfig/confdata.c Tue May 10 22:45:33 2011 +0200 +++ b/kconfig/confdata.c Thu May 12 19:46:23 2011 +0200 @@ -659,7 +659,7 @@ return 1; } - conf_message(_("configuration written to %s"), newname); + conf_message(_("configuration saved")); sym_set_change_count(0); diff -r d83221161129 -r ff170381d13a kconfig/mconf.c --- a/kconfig/mconf.c Tue May 10 22:45:33 2011 +0200 +++ b/kconfig/mconf.c Thu May 12 19:46:23 2011 +0200 @@ -846,10 +846,6 @@ return 1; } case -1: - printf(_("\n\n" - "*** End of the configuration.\n" - "*** Execute 'make' to start the build or try 'make help'." - "\n\n")); break; default: fprintf(stderr, _("\n\n"