mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
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" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
bb27382f3b
commit
82250e56c7
@ -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);
|
||||
}
|
||||
|
@ -659,7 +659,7 @@ next:
|
||||
return 1;
|
||||
}
|
||||
|
||||
conf_message(_("configuration written to %s"), newname);
|
||||
conf_message(_("configuration saved"));
|
||||
|
||||
sym_set_change_count(0);
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user