mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 10:46:26 +00:00
Quiet some messages from the configurators. We don't need them.
This commit is contained in:
parent
9ce8af9fa5
commit
ae66018803
@ -524,10 +524,6 @@ int conf_write(const char *name)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf(_("#\n"
|
|
||||||
"# configuration written to %s\n"
|
|
||||||
"#\n"), newname);
|
|
||||||
|
|
||||||
sym_set_change_count(0);
|
sym_set_change_count(0);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -904,22 +904,15 @@ int main(int ac, char **av)
|
|||||||
switch (res) {
|
switch (res) {
|
||||||
case 0:
|
case 0:
|
||||||
if (conf_write(NULL)) {
|
if (conf_write(NULL)) {
|
||||||
fprintf(stderr, _("\n\n"
|
fprintf(stderr,
|
||||||
"Error during writing of "PROJECT_NAME" configuration.\n"
|
_( "Error during writing of "PROJECT_NAME" configuration.\n"
|
||||||
"Your kernel configuration changes were NOT saved."
|
"Your configuration changes were NOT saved.\n"));
|
||||||
"\n\n"));
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
case -1:
|
case -1:
|
||||||
printf(_("\n\n"
|
|
||||||
"*** End of "PROJECT_NAME" configuration.\n"
|
|
||||||
"*** Execute 'make' to build the kernel or try 'make help'."
|
|
||||||
"\n\n"));
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, _("\n\n"
|
fprintf(stderr, _( "Your configuration changes were NOT saved.\n"));
|
||||||
"Your configuration changes were NOT saved."
|
|
||||||
"\n\n"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user