kconfig/conf.c
changeset 2891 f176fee535a0
parent 2448 a103abae1560
     1.1 --- a/kconfig/conf.c	Sun May 08 14:14:40 2011 +0200
     1.2 +++ b/kconfig/conf.c	Tue Aug 23 21:11:26 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  		}