summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/conf.c4
-rw-r--r--kconfig/confdata.c2
-rw-r--r--kconfig/mconf.c4
3 files changed, 3 insertions, 7 deletions
diff --git a/kconfig/conf.c b/kconfig/conf.c
index 60bdf44..0a2227e 100644
--- a/kconfig/conf.c
+++ b/kconfig/conf.c
@@ -510,8 +510,8 @@ int main(int ac, char **av)
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 --git a/kconfig/confdata.c b/kconfig/confdata.c
index 834eecb..9cb97b6 100644
--- a/kconfig/confdata.c
+++ b/kconfig/confdata.c
@@ -659,7 +659,7 @@ next:
return 1;
}
- conf_message(_("configuration written to %s"), newname);
+ conf_message(_("configuration saved"));
sym_set_change_count(0);
diff --git a/kconfig/mconf.c b/kconfig/mconf.c
index d433c7a..1f10bfe 100644
--- a/kconfig/mconf.c
+++ b/kconfig/mconf.c
@@ -846,10 +846,6 @@ int main(int ac, char **av)
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"