Texinfo 5 breaks QEMU builds. As we do not need documents from QEMU, just disable it. Signed-off-by: Wei Liu <wei.liu2@citrix.com> --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index 2ca43b9..bea1489 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -197,6 +197,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find --bindir=$(LIBEXEC) \ --datadir=$(SHAREDIR)/qemu-xen \ --disable-kvm \ + --disable-docs \ --python=$(PYTHON) \ $(IOEMU_CONFIGURE_CROSS); \ $(MAKE) all -- 1.7.10.4
This patch work perfectly . Nice work around On Thu, Feb 21, 2013 at 10:10 AM, Wei Liu <wei.liu2@citrix.com> wrote:> Texinfo 5 breaks QEMU builds. As we do not need documents from QEMU, just > disable it. > > Signed-off-by: Wei Liu <wei.liu2@citrix.com> > --- > tools/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/Makefile b/tools/Makefile > index 2ca43b9..bea1489 100644 > --- a/tools/Makefile > +++ b/tools/Makefile > @@ -197,6 +197,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find > --bindir=$(LIBEXEC) \ > --datadir=$(SHAREDIR)/qemu-xen \ > --disable-kvm \ > + --disable-docs \ > --python=$(PYTHON) \ > $(IOEMU_CONFIGURE_CROSS); \ > $(MAKE) all > -- > 1.7.10.4 > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
jacek burghardt writes ("Re: [PATCH] tools: disable docs for QEMU build"):> This patch work perfectly . Nice work around > > On Thu, Feb 21, 2013 at 10:10 AM, Wei Liu <wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>> wrote: > Texinfo 5 breaks QEMU builds. As we do not need documents from QEMU, just > disable it. > > Signed-off-by: Wei Liu <wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>>Applied, thanks. Ian.