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

Kevin Hilman (khilman@equator.com)
05 Feb 2001 13:47:10 -0800


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.

I'm not sure where the right place to change this is, but it looks
like the .c.o rule in Rules.make is where the .flags files are
generated.

-- 
Kevin Hilman
-
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/