From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VURFY-0004U2-Uq for qemu-devel@nongnu.org; Thu, 10 Oct 2013 21:10:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VURFS-0006PY-Sl for qemu-devel@nongnu.org; Thu, 10 Oct 2013 21:10:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VURFS-0006PO-K3 for qemu-devel@nongnu.org; Thu, 10 Oct 2013 21:10:34 -0400 Date: Fri, 11 Oct 2013 09:10:20 +0800 From: Fam Zheng Message-ID: <20131011011020.GA4802@T430s.nay.redhat.com> References: <1381404376-28156-1-git-send-email-famz@redhat.com> <1381404376-28156-6-git-send-email-famz@redhat.com> <52569A8F.8080501@redhat.com> <20131010123426.GA3159@T430s.nay.redhat.com> <5256AE5D.4020804@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5256AE5D.4020804@redhat.com> Subject: Re: [Qemu-devel] [PATCH v12 5/8] module: implement module loading Reply-To: famz@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, peter.maydell@linaro.org, alex@alex.org.uk, mjt@tls.msk.ru, qemu-devel@nongnu.org, vilanova@ac.upc.edu, stefanha@redhat.com, xiawenc@linux.vnet.ibm.com, rth@twiddle.net On Thu, 10/10 15:40, Paolo Bonzini wrote: > Il 10/10/2013 14:34, Fam Zheng ha scritto: > > Hmm, basically an analogue to bindir and libdir. > > > > I'm not sure why wasn't that libdir/bindir always be ${prefix}/lib and > > ${prefix}/bin as well. So why are they needed? > > > > AFAICT it is not a problem to drop it, if you insist. > > libdir can be ${prefix}/lib64, bindir could also be ${prefix}/libexec > for example. > > Also, libdir and bindir are two of the standard arguments to configure > (rooting back to the GNU coding standards). > OK, I'll remove it. Thanks for explanation. Fam