qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] Build fixes


From: Juan Quintela
Subject: [Qemu-devel] [PATCH v2 0/2] Build fixes
Date: Thu, 5 Nov 2009 17:19:56 +0100

Hi

[v2]
Define GENERATED_HEADERS before include rules.mak
That makes dependencies work correctly.

[v1]

This series fixes the parallel build of qemu.  I tried to get the best of
Daniel and Stefan ideas with mine.
Once there fixed an obvious fix.

Daniel, can you check that parallel build also works for you?  It works for me 
(TM).
Stefan, what do you think?

It avoids the recursive call for serializing dependencies.
We still need to put direct dependencies for qemu-{img,nbd,io}.o of the headers
I don't understand why the ones in rules.make are not enough.

Later, Juan.


Juan Quintela (2):
  fix parallel build
  fix type in CFLAGS name

 Makefile        |    8 +++++---
 Makefile.target |    6 ++++--
 rules.mak       |    4 ++--
 3 files changed, 11 insertions(+), 7 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]