From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36910 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsYVZ-0007bJ-Us for qemu-devel@nongnu.org; Thu, 24 Feb 2011 05:33:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsYVY-0003A7-Tp for qemu-devel@nongnu.org; Thu, 24 Feb 2011 05:33:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsYVY-00039y-LR for qemu-devel@nongnu.org; Thu, 24 Feb 2011 05:33:16 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1OAXFcb027099 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 24 Feb 2011 05:33:15 -0500 From: Juan Quintela Date: Thu, 24 Feb 2011 11:33:06 +0100 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] 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 - 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 (2): build: Create tools-obj-y variable build: create shared-obj-y for tools/qemu-softmmu Makefile | 8 +++++--- Makefile.objs | 14 +++++++++----- 2 files changed, 14 insertions(+), 8 deletions(-) -- 1.7.4