From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N654U-0003ou-GX for qemu-devel@nongnu.org; Thu, 05 Nov 2009 11:20:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N654P-0003n6-M2 for qemu-devel@nongnu.org; Thu, 05 Nov 2009 11:20:25 -0500 Received: from [199.232.76.173] (port=33609 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N654P-0003n1-Di for qemu-devel@nongnu.org; Thu, 05 Nov 2009 11:20:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38479) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N654O-0007TG-Kr for qemu-devel@nongnu.org; Thu, 05 Nov 2009 11:20:21 -0500 From: Juan Quintela Date: Thu, 5 Nov 2009 17:19:56 +0100 Message-Id: Subject: [Qemu-devel] [PATCH v2 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 [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(-)