search for: 7efd9b907

Displaying 2 results from an estimated 2 matches for "7efd9b907".

2019 Dec 20
0
[common/libguestfs PATCH 2/2] build: use split stringlist functions from common/utils
...9 ++------- generator/python.ml | 2 +- ocaml/Makefile.am | 2 +- python/MANIFEST.in | 6 +----- python/Makefile.am | 45 ++++++++++----------------------------------- python/setup.py.in | 2 +- 6 files changed, 16 insertions(+), 50 deletions(-) diff --git a/.gitignore b/.gitignore index 7efd9b907..1abb1c8b7 100644 --- a/.gitignore +++ b/.gitignore @@ -451,9 +451,6 @@ Makefile.in /python/actions.h /python/bindtests.py /python/build -/python/c-ctype.h -/python/cleanups.c -/python/cleanups.h /python/config.h /python/dist /python/examples/guestfs-python.3 @@ -461,17 +458,15 @@ Makefile.in...
2019 Dec 20
3
[common/libguestfs PATCH 0/2] Fix OCaml/Python linking
Make sure they can build also in no as-neede setups. Pino Toscano (1): utils: split string list functions in own file build: use split stringlist functions from common/utils utils/Makefile.am | 2 + utils/guestfs-stringlists-utils.h | 30 +++++ utils/guestfs-utils.h | 7 +- utils/stringlists-utils.c | 197 ++++++++++++++++++++++++++++++ utils/utils.c