From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53321 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxgOO-0001sx-CI for qemu-devel@nongnu.org; Thu, 10 Mar 2011 08:59:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxgON-0004Nv-MK for qemu-devel@nongnu.org; Thu, 10 Mar 2011 08:59:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxgON-0004Nn-9o for qemu-devel@nongnu.org; Thu, 10 Mar 2011 08:59:03 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2ADx2Rn008238 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Mar 2011 08:59:02 -0500 From: Juan Quintela Date: Thu, 10 Mar 2011 14:58:39 +0100 Message-Id: Subject: [Qemu-devel] [PATCH v2 0/3] build: make sharing of objects explicit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi Another week, another version. v2: - rename common-obj-y to softmmu-obj-y, so we can use common-obj-y for objects shared between tools and softmmu. v1: - all tools shared the same list of object files, create a variable instead or repeating them (tools-obj-y). - tools and softmmu targets share lots of objects, just make that explicit with shared-obj-y. Please review, Juan. Juan Quintela (3): build: Create tools-obj-y variable build: Rename common-obj-y to softmmu-obj-y build: Create common-obj-y for objects shared between tools and softmmu Makefile | 12 +++-- Makefile.objs | 120 ++++++++++++++++++++++++++++-------------------------- Makefile.target | 2 +- 3 files changed, 70 insertions(+), 64 deletions(-) -- 1.7.4