From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N62ca-00030p-EO for qemu-devel@nongnu.org; Thu, 05 Nov 2009 08:43:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N62cT-0002z3-NY for qemu-devel@nongnu.org; Thu, 05 Nov 2009 08:43:26 -0500 Received: from [199.232.76.173] (port=55383 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N62cS-0002yd-MY for qemu-devel@nongnu.org; Thu, 05 Nov 2009 08:43:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25685) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N62cS-000666-3T for qemu-devel@nongnu.org; Thu, 05 Nov 2009 08:43:20 -0500 From: Juan Quintela Date: Thu, 5 Nov 2009 14:42:51 +0100 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] Build fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: dan@codesourcery.com Hi 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 | 9 ++++++--- Makefile.target | 6 +++--- rules.mak | 4 ++-- 3 files changed, 11 insertions(+), 8 deletions(-)