From: Robert Peterson <rpeterso@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 004/006] gfs: top level configure does not need iddev
Date: Wed, 19 Jul 2006 09:16:02 -0500 [thread overview]
Message-ID: <44BE3EA2.6010800@redhat.com> (raw)
In-Reply-To: <20060719104616.A54802C00C7@gordian.int.fabbione.net>
Fabio M. Di Nitto wrote:
> iddev is long gone. no need to pass the options to configure.
>
> Index: configure
> ===================================================================
> RCS file: /cvs/cluster/cluster/configure,v
> retrieving revision 1.14
> diff -u -r1.14 configure
> --- configure 28 Jun 2006 19:54:32 -0000 1.14
> +++ configure 19 Jul 2006 09:19:10 -0000
> @@ -22,10 +22,10 @@
> (cd gfs-kernel; ./configure $@ --dlmkincdir=`pwd`/../dlm-kernel/src2)
>
> echo "configure gfs"
> -(cd gfs; ./configure $@ --gfskincdir=`pwd`/../gfs-kernel/src/gfs --iddevlibdir=`pwd`/../iddev/lib --iddevincdir=`pwd`/../iddev/lib)
> +(cd gfs; ./configure $@ --gfskincdir=`pwd`/../gfs-kernel/src/gfs)
>
> echo "configure gfs2"
> -(cd gfs2; ./configure $@ --gfs2kincdir=`pwd`/../gfs2-kernel/src/gfs2 --iddevlibdir=`pwd`/../iddev/lib --iddevincdir=`pwd`/../iddev/lib)
> +(cd gfs2; ./configure $@ --gfs2kincdir=`pwd`/../gfs2-kernel/src/gfs2)
>
> echo "configure gnbd"
> (cd gnbd; ./configure $@ --gnbdkincdir=`pwd`/../gnbd-kernel/src)
Hi Fabio,
ACK. Merged into CVS.
Bob Peterson
Red Hat Cluster Suite
prev parent reply other threads:[~2006-07-19 14:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-19 10:46 [Cluster-devel] [PATCH 004/006] gfs: top level configure does not need iddev Fabio M. Di Nitto
2006-07-19 14:16 ` Robert Peterson [this message]
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=44BE3EA2.6010800@redhat.com \
--to=rpeterso@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.