[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110217171131.GA17058@elte.hu>
Date: Thu, 17 Feb 2011 18:11:31 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Michal Marek <mmarek@...e.cz>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>,
Peter Zijlstra <peterz@...radead.org>,
linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Fenghua Yu <fenghua.yu@...el.com>
Subject: Re: linux-next: build failure after merge of the tip tree
* Michal Marek <mmarek@...e.cz> wrote:
> @@ -340,9 +342,16 @@ static void parse_dep_file(void *map, size_t len)
> if (strrcmp(s, "include/generated/autoconf.h") &&
> strrcmp(s, "arch/um/include/uml-config.h") &&
> strrcmp(s, ".ver")) {
> - printf(" %s \\\n", s);
> + /* Do not output the first dependency (the
> + * source file), so that kbuild is not confused
> + * if a .c file is rewritten into .S or vice
> + * versa.
> + */
Just a really minor nitpick, please use the standard comment style:
/*
* Comment .....
* ...... goes here.
*/
specified in Documentation/CodingStyle.
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists