qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] trace: fix Makefile dependencies
@ 2015-10-28 14:59 Stefan Hajnoczi
  2015-10-28 14:59 ` [Qemu-devel] [PATCH 1/2] trace: fix make foo-timestamp rules Stefan Hajnoczi
  2015-10-28 14:59 ` [Qemu-devel] [PATCH 2/2] trace: add make dependencies on tracetool source Stefan Hajnoczi
  0 siblings, 2 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2015-10-28 14:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Lluís Vilanova, Stefan Hajnoczi, Markus Armbruster

Issues with trace/Makefile.objs:

1. Generated code is not recreated when patches modify scripts/tracetool/*.py.
   Typically such patches also modify trace/*.[ch] and the result is build
   failures when new C code compiles against stale generated code.

2. The timestamp mechanism used to avoid unnecessary rebuilding is broken, it
   currently requires two make invocations for a full build.

Stefan Hajnoczi (2):
  trace: fix make foo-timestamp rules
  trace: add make dependencies on tracetool source

 trace/Makefile.objs | 50 ++++++++++++++++++++++++++++++--------------------
 1 file changed, 30 insertions(+), 20 deletions(-)

-- 
2.4.3

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

end of thread, other threads:[~2015-10-30  9:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-28 14:59 [Qemu-devel] [PATCH 0/2] trace: fix Makefile dependencies Stefan Hajnoczi
2015-10-28 14:59 ` [Qemu-devel] [PATCH 1/2] trace: fix make foo-timestamp rules Stefan Hajnoczi
2015-10-29 15:20   ` Lluís Vilanova
2015-10-28 14:59 ` [Qemu-devel] [PATCH 2/2] trace: add make dependencies on tracetool source Stefan Hajnoczi
2015-10-29 15:28   ` Lluís Vilanova
2015-10-30  9:46     ` Stefan Hajnoczi

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).