From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50726 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Psbu5-0007RI-Ss for qemu-devel@nongnu.org; Thu, 24 Feb 2011 09:10:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Psbu1-0006FJ-Q5 for qemu-devel@nongnu.org; Thu, 24 Feb 2011 09:10:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Psbu1-0006F7-G3 for qemu-devel@nongnu.org; Thu, 24 Feb 2011 09:10:45 -0500 From: Juan Quintela In-Reply-To: <4D666415.4050406@redhat.com> (Paolo Bonzini's message of "Thu, 24 Feb 2011 14:58:45 +0100") References: <4D666415.4050406@redhat.com> Date: Thu, 24 Feb 2011 15:09:15 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH 2/2] build: create shared-obj-y for tools/qemu-softmmu Reply-To: quintela@redhat.com List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Peter Maydell , Markus Armbruster , qemu-devel@nongnu.org Paolo Bonzini wrote: > On 02/24/2011 02:53 PM, Markus Armbruster wrote: >> really-common-obj-y?;) >> >> Seriously, what about renaming common-obj-y away? target-indep-obj-y? > > softmmu-obj-y? Waiting for Anthony to decide anything, renaming the variable is the easy thing to do. Later, Juan.