[Libguestfs] [PATCH v3 6/6] build: ignore unused submodules

Richard W.M. Jones rjones at redhat.com
Wed Nov 27 19:06:49 UTC 2019


On Wed, Nov 27, 2019 at 05:17:31PM +0100, Pino Toscano wrote:
> Do not build the mlv2v, and mllibvirt submodules, as they are not used.
> ---
>  Makefile.am  | 4 ----
>  configure.ac | 2 --
>  2 files changed, 6 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 28f542765..b1e88a42b 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -164,10 +164,6 @@ SUBDIRS += common/mlvisit
>  SUBDIRS += common/mlxml
>  SUBDIRS += common/mltools
>  SUBDIRS += common/mlcustomize
> -SUBDIRS += common/mlv2v
> -if HAVE_LIBVIRT
> -SUBDIRS += common/mllibvirt
> -endif
>  SUBDIRS += customize
>  SUBDIRS += builder builder/templates
>  SUBDIRS += get-kernel
> diff --git a/configure.ac b/configure.ac
> index 7ec2c9b46..4d043dd02 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -235,14 +235,12 @@ AC_CONFIG_FILES([Makefile
>                   common/mlaugeas/Makefile
>                   common/mlcustomize/Makefile
>                   common/mlgettext/Makefile
> -                 common/mllibvirt/Makefile
>                   common/mlpcre/Makefile
>                   common/mlprogress/Makefile
>                   common/mlstdutils/Makefile
>                   common/mlstdutils/guestfs_config.ml
>                   common/mltools/Makefile
>                   common/mlutils/Makefile
> -                 common/mlv2v/Makefile
>                   common/mlvisit/Makefile
>                   common/mlxml/Makefile
>                   common/options/Makefile

ACK series

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list