From: jbrassow@sourceware.org <jbrassow@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster ./Makefile ./configure cmirror/src/Mak ...
Date: 23 Aug 2007 20:00:24 -0000 [thread overview]
Message-ID: <20070823200024.11406.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: jbrassow at sourceware.org 2007-08-23 20:00:23
Modified files:
. : Makefile configure
Added files:
cmirror/src : Makefile
Log message:
- make updates for cluster mirror RHEL5
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.24&r2=1.24.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20&r2=1.20.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.3.2.1
--- cluster/Makefile 2006/10/05 16:28:07 1.24
+++ cluster/Makefile 2007/08/23 20:00:15 1.24.2.1
@@ -28,7 +28,8 @@
${MAKE} -C gfs2 all
${MAKE} -C gnbd all
${MAKE} -C rgmanager all
-# ${MAKE} -C cmirror all
+ ${MAKE} -C cmirror all
+ ${MAKE} -C cmirror-kernel all
clean:
rm -f *tar.gz
@@ -44,7 +45,8 @@
${MAKE} -C gfs2 clean
${MAKE} -C gnbd clean
${MAKE} -C rgmanager clean
-# ${MAKE} -C cmirror clean
+ ${MAKE} -C cmirror clean
+ ${MAKE} -C cmirror-kernel clean
distclean:
# ${MAKE} -C gfs-kernel distclean
@@ -58,7 +60,8 @@
${MAKE} -C gfs2 distclean
${MAKE} -C gnbd distclean
${MAKE} -C rgmanager distclean
-# ${MAKE} -C cmirror distclean
+ ${MAKE} -C cmirror distclean
+ ${MAKE} -C cmirror-kernel distclean
install: all
# ${MAKE} -C gfs-kernel install
@@ -72,7 +75,8 @@
${MAKE} -C gfs2 install
${MAKE} -C gnbd install
${MAKE} -C rgmanager install
-# ${MAKE} -C cmirror install
+ ${MAKE} -C cmirror install
+ ${MAKE} -C cmirror-kernel install
uninstall:
# ${MAKE} -C gfs-kernel uninstall
@@ -86,7 +90,8 @@
${MAKE} -C gfs2 uninstall
${MAKE} -C gnbd uninstall
${MAKE} -C rgmanager uninstall
-# ${MAKE} -C cmirror uninstall
+ ${MAKE} -C cmirror uninstall
+ ${MAKE} -C cmirror-kernel uninstall
latest_tags:
# ${LATEST_TAG} gfs-kernel
--- cluster/configure 2006/10/05 16:50:57 1.20
+++ cluster/configure 2007/08/23 20:00:15 1.20.2.1
@@ -33,5 +33,8 @@
echo "configure rgmanager"
(cd rgmanager; ./configure $@)
-#echo "configure cmirror"
-#(cd cmirror; ./configure $@)
+echo "configure cmirror"
+(cd cmirror; ./configure $@)
+
+echo "configure cmirror-kernel"
+(cd cmirror-kernel; ./configure $@)
reply other threads:[~2007-08-23 20:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20070823200024.11406.qmail@sourceware.org \
--to=jbrassow@sourceware.org \
/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.