search for: 87794b05

Displaying 3 results from an estimated 3 matches for "87794b05".

2019 Dec 16
0
[v2v PATCH 2/2] build: switch embedded copy of libvirt-ocaml
...common/mlgettext/Makefile - common/mllibvirt/Makefile common/mlpcre/Makefile common/mlstdutils/Makefile common/mlstdutils/guestfs_config.ml diff --git a/test-harness/Makefile.am b/test-harness/Makefile.am index 11de6dc4..87794b05 100644 --- a/test-harness/Makefile.am +++ b/test-harness/Makefile.am @@ -40,7 +40,7 @@ OCAMLPACKAGES = \ -I $(top_builddir)/common/mlstdutils \ -I $(top_builddir)/common/mlxml \ -I $(top_builddir)/common/mltools \ - -I $(top_builddir)/common/mllibvirt \ + -I $(top_builddir)/3rdparty/libvirt-o...
2019 Dec 16
1
Re: [v2v PATCH 2/2] build: switch embedded copy of libvirt-ocaml
...file > - common/mllibvirt/Makefile > common/mlpcre/Makefile > common/mlstdutils/Makefile > common/mlstdutils/guestfs_config.ml > diff --git a/test-harness/Makefile.am b/test-harness/Makefile.am > index 11de6dc4..87794b05 100644 > --- a/test-harness/Makefile.am > +++ b/test-harness/Makefile.am > @@ -40,7 +40,7 @@ OCAMLPACKAGES = \ > -I $(top_builddir)/common/mlstdutils \ > -I $(top_builddir)/common/mlxml \ > -I $(top_builddir)/common/mltools \ > - -I $(top_builddir)/common/mllibvirt \ >...
2019 Dec 16
3
[v2v PATCH 0/2] Move libvirt-ocaml copy to v2v repo
libvirt-ocaml is used only by virt-v2v, so move it to this repository, instead of having it around in the common submodule. The removal from common will happen later. Pino Toscano (2): common: Bundle the libvirt-ocaml library for use by virt-v2v build: switch embedded copy of libvirt-ocaml .gitignore | 2 + 3rdparty/libvirt-ocaml/Makefile.am |