[Qemu-devel] [PATCH v7 6/8] Makefile: install modules with make install

2013-09-12 Thread Fam Zheng
Install all the subdirs for modules under configure option moddir. Signed-off-by: Fam Zheng f...@redhat.com --- Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index ef76967..00c2a52 100644 --- a/Makefile +++ b/Makefile @@ -360,6 +360,12 @@ install-datadir

Re: [Qemu-devel] [PATCH v7 6/8] Makefile: install modules with make install

2013-09-12 Thread Daniel P. Berrange
On Thu, Sep 12, 2013 at 03:04:57PM +0800, Fam Zheng wrote: Install all the subdirs for modules under configure option moddir. Signed-off-by: Fam Zheng f...@redhat.com --- Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index ef76967..00c2a52 100644

Re: [Qemu-devel] [PATCH v7 6/8] Makefile: install modules with make install

2013-09-12 Thread Fam Zheng
On Thu, 09/12 15:06, Daniel P. Berrange wrote: On Thu, Sep 12, 2013 at 03:04:57PM +0800, Fam Zheng wrote: Install all the subdirs for modules under configure option moddir. Signed-off-by: Fam Zheng f...@redhat.com --- Makefile | 6 ++ 1 file changed, 6 insertions(+) diff