[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v12 5/8] module: implement module loading
From: |
Fam Zheng |
Subject: |
Re: [Qemu-devel] [PATCH v12 5/8] module: implement module loading |
Date: |
Fri, 11 Oct 2013 09:10:20 +0800 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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
- [Qemu-devel] [PATCH v12 0/8] Shared Library Module Support, Fam Zheng, 2013/10/10
- [Qemu-devel] [PATCH v12 1/8] ui/Makefile.objs: delete unnecessary cocoa.o dependency, Fam Zheng, 2013/10/10
- [Qemu-devel] [PATCH v12 2/8] make.rule: fix $(obj) to a real relative path, Fam Zheng, 2013/10/10
- [Qemu-devel] [PATCH v12 3/8] rule.mak: allow per object cflags and libs, Fam Zheng, 2013/10/10
- [Qemu-devel] [PATCH v12 4/8] build-sys: introduce common-obj-m and block-obj-m for DSO, Fam Zheng, 2013/10/10
- [Qemu-devel] [PATCH v12 6/8] Makefile: install modules with "make install", Fam Zheng, 2013/10/10
- [Qemu-devel] [PATCH v12 5/8] module: implement module loading, Fam Zheng, 2013/10/10
[Qemu-devel] [PATCH v12 7/8] .gitignore: ignore module related files (dll, so, mo), Fam Zheng, 2013/10/10
[Qemu-devel] [PATCH v12 8/8] block: convert block drivers linked with libs to modules, Fam Zheng, 2013/10/10
Re: [Qemu-devel] [PATCH v12 0/8] Shared Library Module Support, Paolo Bonzini, 2013/10/10