From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55585 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsZ7u-0008QH-4F for qemu-devel@nongnu.org; Thu, 24 Feb 2011 06:12:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsZ7s-0001Vy-TR for qemu-devel@nongnu.org; Thu, 24 Feb 2011 06:12:53 -0500 Received: from mail-ey0-f173.google.com ([209.85.215.173]:39993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsZ7s-0001Vu-P7 for qemu-devel@nongnu.org; Thu, 24 Feb 2011 06:12:52 -0500 Received: by eyb6 with SMTP id 6so141300eyb.4 for ; Thu, 24 Feb 2011 03:12:51 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 24 Feb 2011 11:12:51 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH 2/2] build: create shared-obj-y for tools/qemu-softmmu From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On 24 February 2011 10:33, Juan Quintela wrote: > +# shared-obj-y has the object that are shared by qemu binary and tools > + > +shared-obj-y =C2=A0=3D qemu-error.o $(block-obj-y) $(qobject-obj-y) $(os= lib-obj-y) > +shared-obj-y +=3D qemu-timer-common.o I don't feel very strongly about this, but: It seems a bit odd to have a shared-obj-y variable that isn't actually a list of shared objects (ie .so files, DLLs). Maybe there's a better name? -- PMM