Displaying 4 results from an estimated 4 matches for "11de6dc4".
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...
2019 Dec 16
1
Re: [v2v PATCH 2/2] build: switch embedded copy of libvirt-ocaml
...ttext/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/mllibv...
2019 Dec 13
8
[v2v PATCH 0/7] Various build fixes
Just like the similar series that already went in for libguestfs [1],
do similar fixes also for virt-v2v, with additional fixes for the
builddir!=srcdir case.
This will also need the fix to subdir-rules.mk.
[1] https://www.redhat.com/archives/libguestfs/2019-December/msg00062.html
Pino Toscano (7):
Update common to latest
build: stop shipping files generated by configure
build: use the
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 |