All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] build: fix missing trace dep on GENERATED_HEADERS
@ 2011-09-07 23:40 Michael Roth
  2011-09-07 23:40 ` [Qemu-devel] [PATCH 2/2] build: fix race with creating qapi-generated Michael Roth
  2011-09-08  9:35 ` [Qemu-devel] [PATCH 1/2] build: fix missing trace dep on GENERATED_HEADERS Stefan Hajnoczi
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Roth @ 2011-09-07 23:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, agraf

fc764105 added an include for qemu-common.h to trace/control.h, which
made all users of this header file dependent on GENERATED_HEADERS. Since
it's used by pretty much all the trace backends now, make trace-obj-y
dependent on GENERATED_HEADERS.

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
---
 Makefile.objs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.objs b/Makefile.objs
index 26b885b..a529a11 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -390,6 +390,8 @@ trace-nested-y += control.o
 
 trace-obj-y += $(addprefix trace/, $(trace-nested-y))
 
+$(trace-obj-y): $(GENERATED_HEADERS)
+
 ######################################################################
 # smartcard
 
-- 
1.7.0.4

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

end of thread, other threads:[~2011-09-23 15:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-07 23:40 [Qemu-devel] [PATCH 1/2] build: fix missing trace dep on GENERATED_HEADERS Michael Roth
2011-09-07 23:40 ` [Qemu-devel] [PATCH 2/2] build: fix race with creating qapi-generated Michael Roth
2011-09-09 18:35   ` Anthony Liguori
2011-09-23 15:52   ` Anthony Liguori
2011-09-08  9:35 ` [Qemu-devel] [PATCH 1/2] build: fix missing trace dep on GENERATED_HEADERS Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.