cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Fabio M. Di Nitto <fdinitto@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH] gfs2-utils: Make building gfs2_controld optional
Date: Wed, 04 Jul 2012 13:03:39 +0200	[thread overview]
Message-ID: <4FF4230B.5080503@redhat.com> (raw)
In-Reply-To: <1341338416-11115-1-git-send-email-anprice@redhat.com>

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



  parent reply	other threads:[~2012-07-04 11:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-03 18:00 [Cluster-devel] [PATCH] gfs2-utils: Make building gfs2_controld optional Andrew Price
2012-07-04  9:51 ` Steven Whitehouse
2012-07-04 11:03 ` Fabio M. Di Nitto [this message]
2012-07-04 11:43   ` [Cluster-devel] [PATCH] gfs2-utils: Only build group/ when gfs_controld is enabled Andrew Price
2012-07-04 11:48     ` Steven Whitehouse

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FF4230B.5080503@redhat.com \
    --to=fdinitto@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).