diff -r a103abae1560 -r 069f43a215cc kconfig/conf.c --- a/kconfig/conf.c Sun May 08 14:14:40 2011 +0200 +++ b/kconfig/conf.c Wed Jun 25 23:33:01 2014 +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); }