Re: [PATCH] kbuild: Remove useless warning while appending KCFLAGS

From: Michal Marek
Date: Fri Aug 31 2012 - 10:18:06 EST


On Tue, Aug 14, 2012 at 07:00:54PM +0300, Ozan ÃaÄlayan wrote:
> This is a respin of an older patch sent by Sam Ravnborg:
> http://www.gossamer-threads.com/lists/linux/kernel/1530602
>
> This patch removes the annoying warning:
>
> Makefile:708: "WARNING: Appending $KCFLAGS (-Wno-sign-compare) from command
> line to kernel $CFLAGS"
>
> which is printed every time I use KCFLAFS. The commit which introduced the
> warning:
>
> 69ee0b3 kbuild: do not pick up CFLAGS from the environment
>
> tells about the problems when people have CFLAGS in their environment,
> then switches to KCFLAFS which should be enough to solve the issue, but
> it anyway introduces a warning. Drop this warning.
>
> Signed-off-by: Ozan ÃaÄlayan <ozancag@xxxxxxxxx>

Thanks, applied to kbuild.git#kbuild.

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/