Re: make problem: -Dfoo='"bar"' and FILES_FLAGS_CHANGED in .flags

Keith Owens (kaos@ocs.com.au)
Tue, 06 Feb 2001 17:34:28 +1100


On 05 Feb 2001 13:47:10 -0800,
Kevin Hilman <khilman@equator.com> wrote:
>When using -Dfoo='"bar"' in CFLAGS, it ends up as -Dfoo=bar in the
>.flags file. This difference causes the FILES_FLAGS_CHANGED to get
>set for any files that have that in their CFLAGS, and therefore they
>are always remade.

Try using -Dfoo=\"bar\" instead.

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