kconfig/conf.c
changeset 1761 88020b2c3246
parent 943 1cca90ce0481
child 2448 a103abae1560
     1.1 --- a/kconfig/conf.c	Fri Oct 17 12:47:53 2008 +0000
     1.2 +++ b/kconfig/conf.c	Tue Jan 12 19:24:03 2010 +0100
     1.3 @@ -67,10 +67,10 @@
     1.4  static void check_stdin(void)
     1.5  {
     1.6  	if (!valid_stdin) {
     1.7 -		printf(_("aborted!\n\n"));
     1.8 -		printf(_("Console input/output is redirected. "));
     1.9 -		printf(_("Run 'make oldconfig' to update configuration.\n\n"));
    1.10 -		exit(1);
    1.11 +		/* For crosstool-NG, we don't care if stdin/stdout got redirected.
    1.12 +		 * In this case, just printf a cariage return, for pretty output.
    1.13 +		 */
    1.14 +		printf("\n");
    1.15  	}
    1.16  }
    1.17