qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] CPPFLAGS+= in Makefile.target
@ 2008-01-25 14:18 Ian Jackson
  2008-01-25 14:39 ` Paul Brook
  0 siblings, 1 reply; 14+ messages in thread
From: Ian Jackson @ 2008-01-25 14:18 UTC (permalink / raw)
  To: qemu-devel

Saying CPPFLAGS+= is much more convenient if for any reason the
external build environment would like to pass unusual CPPFLAGS.

Regards,
Ian.

Index: Makefile.target
===================================================================
RCS file: /sources/qemu/qemu/Makefile.target,v
retrieving revision 1.240
diff -u -r1.240 Makefile.target
--- Makefile.target	14 Jan 2008 22:09:11 -0000	1.240
+++ Makefile.target	25 Jan 2008 14:16:24 -0000
@@ -24,7 +24,7 @@
 endif
 TARGET_PATH=$(SRC_PATH)/target-$(TARGET_BASE_ARCH)
 VPATH=$(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw
-CPPFLAGS=-I. -I.. -I$(TARGET_PATH) -I$(SRC_PATH) -MMD -MP -DNEED_CPU_H
+CPPFLAGS+=-I. -I.. -I$(TARGET_PATH) -I$(SRC_PATH) -MMD -MP -DNEED_CPU_H
 ifdef CONFIG_DARWIN_USER
 VPATH+=:$(SRC_PATH)/darwin-user
 CPPFLAGS+=-I$(SRC_PATH)/darwin-user -I$(SRC_PATH)/darwin-user/$(TARGET_ARCH)

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

end of thread, other threads:[~2008-01-28 11:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-25 14:18 [Qemu-devel] [PATCH] CPPFLAGS+= in Makefile.target Ian Jackson
2008-01-25 14:39 ` Paul Brook
2008-01-25 14:44   ` Ian Jackson
2008-01-25 14:48     ` Ian Jackson
2008-01-25 15:36       ` Paul Brook
2008-01-25 15:37         ` Ian Jackson
2008-01-25 15:53           ` Paul Brook
2008-01-25 16:03             ` Ian Jackson
2008-01-25 16:03           ` Paul Brook
2008-01-25 16:12             ` Ian Jackson
2008-01-25 16:22               ` Paul Brook
2008-01-25 16:29                 ` Ian Jackson
2008-01-28  9:09   ` Ronan Keryell
2008-01-28 11:35     ` Thiemo Seufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).