kconfig: remove mis-leading messages
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu May 12 19:46:23 2011 +0200 (2011-05-12)
changeset 2452ff170381d13a
parent 2451 d83221161129
child 2453 3f3774e7e3b4
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>
kconfig/conf.c
kconfig/confdata.c
kconfig/mconf.c
     1.1 --- a/kconfig/conf.c	Tue May 10 22:45:33 2011 +0200
     1.2 +++ b/kconfig/conf.c	Thu May 12 19:46:23 2011 +0200
     1.3 @@ -510,8 +510,8 @@
     1.4  			fprintf(stderr, _("***\n"
     1.5  				"*** Configuration file \"%s\" not found!\n"
     1.6  				"***\n"
     1.7 -				"*** Please run some configurator (e.g. \"make oldconfig\" or\n"
     1.8 -				"*** \"make menuconfig\" or \"make xconfig\").\n"
     1.9 +				"*** Please configure with \"menuconfig\", or use a\n"
    1.10 +				"*** pre-existing sample (see list with \"list-samples\").\n"
    1.11  				"***\n"), name);
    1.12  			exit(1);
    1.13  		}
     2.1 --- a/kconfig/confdata.c	Tue May 10 22:45:33 2011 +0200
     2.2 +++ b/kconfig/confdata.c	Thu May 12 19:46:23 2011 +0200
     2.3 @@ -659,7 +659,7 @@
     2.4  			return 1;
     2.5  	}
     2.6  
     2.7 -	conf_message(_("configuration written to %s"), newname);
     2.8 +	conf_message(_("configuration saved"));
     2.9  
    2.10  	sym_set_change_count(0);
    2.11  
     3.1 --- a/kconfig/mconf.c	Tue May 10 22:45:33 2011 +0200
     3.2 +++ b/kconfig/mconf.c	Thu May 12 19:46:23 2011 +0200
     3.3 @@ -846,10 +846,6 @@
     3.4  			return 1;
     3.5  		}
     3.6  	case -1:
     3.7 -		printf(_("\n\n"
     3.8 -			"*** End of the configuration.\n"
     3.9 -			"*** Execute 'make' to start the build or try 'make help'."
    3.10 -			"\n\n"));
    3.11  		break;
    3.12  	default:
    3.13  		fprintf(stderr, _("\n\n"