kbuild: be more explicit on missing .config file
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 5 Apr 2007 04:58:41 +0000 (21:58 -0700)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 2 May 2007 18:58:11 +0000 (20:58 +0200)
Somewhat in reponse to kernel bugzilla #8197, be more explicit about
why 'make all' fails when there is no .config file.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/kconfig/conf.c

index 124b341..1199baf 100644 (file)
@@ -558,6 +558,7 @@ int main(int ac, char **av)
                if (stat(".config", &tmpstat)) {
                        printf(_("***\n"
                                "*** You have not yet configured your kernel!\n"
+                               "*** (missing kernel .config file)\n"
                                "***\n"
                                "*** Please run some configurator (e.g. \"make oldconfig\" or\n"
                                "*** \"make menuconfig\" or \"make xconfig\").\n"