Displaying 4 results from an estimated 4 matches for "20440aaee".
2019 Dec 12
0
[PATCH v2 1/6] build: stop shipping files generated by configure
They will be generated by configure.
---
daemon/Makefile.am | 8 ++++++--
python/Makefile.am | 3 ++-
rust/Makefile.am | 1 -
tests/daemon/Makefile.am | 1 -
4 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 7c71920c4..20440aaee 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -59,9 +59,13 @@ generator_built = \
structs.ml \
structs.mli
+CONFIGURE_GENERATED_ML = \
+ daemon_config.ml
+
EXTRA_DIST = \
$(generator_built) \
- $(SOURCES_MLI) $(SOURCES_ML) \
+ $(SOURCES_MLI) \
+ $(filter-out $(CONFIGURE_GENER...
2019 Dec 16
0
[PATCH 2/2] build: switch embedded copy of ocaml-augeas
...common/errnostring/Makefile
common/edit/Makefile
- common/mlaugeas/Makefile
common/mlcustomize/Makefile
common/mlgettext/Makefile
common/mlpcre/Makefile
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 20440aaee..f6852fcb5 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -214,7 +214,7 @@ guestfsd_LDFLAGS = \
-L$(shell $(OCAMLC) -where)/hivex \
-L../common/mlutils \
-L../common/mlstdutils \
- -L../common/mlaugeas \
+ -L../3rdparty/ocaml-augeas \
-L../common/mlpcre
guestfsd_LDADD = \
.....
2019 Dec 12
8
[PATCH v2 0/6] Various small build fixes
*** BLURB HERE? ***
Pino Toscano (6):
build: stop shipping files generated by configure
docs: fix out-of-source documentation build
generator: do not generate mlv2v files when not needed
perl: fix path to Build.PL
rust: fix path to lib.rs
rust: fix list of generator-built files
daemon/Makefile.am | 8 ++++++--
docs/Makefile.am | 4 ++--
generator/main.ml | 11
2019 Dec 16
4
[PATCH 0/2] Move ocaml-augeas copy to libguestfs repo
ocaml-augeas is used only by virtlibguestfs, 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):
Bundle the ocaml-augeas library for use by libguestfs
build: switch embedded copy of ocaml-augeas
.gitignore | 1 +
3rdparty/ocaml-augeas/COPYING.LIB | 515