[Cluster-devel] [PATCH] gfs2-utils: Make building gfs2_controld optional

Fabio M. Di Nitto fdinitto at redhat.com
Wed Jul 4 11:03:39 UTC 2012


On 7/3/2012 8:00 PM, Andrew Price wrote:

> diff --git a/group/Makefile.am b/group/Makefile.am
> index 5b7d0f8..2904ce1 100644
> --- a/group/Makefile.am
> +++ b/group/Makefile.am
> @@ -1,3 +1,7 @@
>  MAINTAINERCLEANFILES	= Makefile.in
>  
> -SUBDIRS			= libgfscontrol gfs_control gfs_controld man include
> +if BUILD_GFS_CONTROLD
> +DIR_GFS_CONTROLD	= gfs_controld
> +endif
> +
> +SUBDIRS			= libgfscontrol gfs_control $(DIR_GFS_CONTROLD) man include
> 

Is there actually a reason to build group/ at all, if gfs_controld is
disabled?

Fabio




More information about the Cluster-devel mailing list