public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* make problem: -Dfoo='"bar"' and FILES_FLAGS_CHANGED in .flags
@ 2001-02-05 21:47 Kevin Hilman
  2001-02-06  6:34 ` Keith Owens
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hilman @ 2001-02-05 21:47 UTC (permalink / raw)
  To: linux-kernel

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: make problem: -Dfoo='"bar"' and FILES_FLAGS_CHANGED in .flags
  2001-02-05 21:47 make problem: -Dfoo='"bar"' and FILES_FLAGS_CHANGED in .flags Kevin Hilman
@ 2001-02-06  6:34 ` Keith Owens
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2001-02-06  6:34 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: linux-kernel

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-02-06  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-05 21:47 make problem: -Dfoo='"bar"' and FILES_FLAGS_CHANGED in .flags Kevin Hilman
2001-02-06  6:34 ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox