From: Fabio M. Di Nitto <fdinitto@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] gfs2-utils: master - [PATCH 3/3] tunegfs2: Modify Makefiles/configure scripts
Date: Sat, 07 Aug 2010 06:19:46 +0200 [thread overview]
Message-ID: <4C5CDEE2.6030003@redhat.com> (raw)
In-Reply-To: <20100807024355.9003812057E@lists.fedorahosted.org>
On 08/07/2010 04:43 AM, goldwyn wrote:
> --- /dev/null
> +++ b/gfs2/tune/Makefile.am
> @@ -0,0 +1,19 @@
> +MAINTAINERCLEANFILES = Makefile.in
> +
> +# When an exec_prefix setting would have us install into /usr/sbin,
> +# use /sbin instead.
> +# Accept an existing sbindir value of /usr/sbin (probably for older automake),
> +# or an empty value, for automake-1.11 and newer.
> +sbindir := $(shell rpl=0; test '$(exec_prefix):$(sbindir)' = /usr:/usr/sbin \
> + || test '$(exec_prefix):$(sbindir)' = /usr:&& rpl=1; \
> + test $$rpl = 1&& echo /sbin || echo '$(exec_prefix)/sbin')
> +
> +sbin_PROGRAMS = tunegfs2
Hmm no, this specific snippet is required only for tools that need to be
installed in /sbin such as mount.gfs2 or fsck.gfs2 that are expected to
be there. tunegfs2 belongs to /usr/sbin admin tools.
Fabio
parent reply other threads:[~2010-08-07 4:19 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20100807024355.9003812057E@lists.fedorahosted.org>]
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=4C5CDEE2.6030003@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).