diff -r a103abae1560 -r f176fee535a0 kconfig/conf.c --- a/kconfig/conf.c Sun May 08 14:14:40 2011 +0200 +++ b/kconfig/conf.c Tue Aug 23 21:11:26 2011 +0200 @@ -510,8 +510,8 @@ 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); }