From a14760d58ff10b1104a916a0229fcfd31c442561 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 6 Mar 2009 12:39:04 +0000 Subject: Update the kconfig stuff from git.kernel.org. Commit 7826005e5a53645d7aab7c13eda76126eadebf0b /trunk/kconfig/lex.zconf.c | 7 5 2 0 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kconfig/lex.zconf.c b/kconfig/lex.zconf.c index 7342ce0..dc3e818 100644 --- a/kconfig/lex.zconf.c +++ b/kconfig/lex.zconf.c @@ -2370,11 +2370,14 @@ void zconf_nextfile(const char *name) current_buf = buf; if (file->flags & FILE_BUSY) { - printf("recursive scan (%s)?\n", name); + printf("%s:%d: do not source '%s' from itself\n", + zconf_curname(), zconf_lineno(), name); exit(1); } if (file->flags & FILE_SCANNED) { - printf("file %s already scanned?\n", name); + printf("%s:%d: file '%s' is already sourced from '%s'\n", + zconf_curname(), zconf_lineno(), name, + file->parent->name); exit(1); } file->flags |= FILE_BUSY; -- cgit v0.10.2-6-g49f6