All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster ./Makefile ./configure cmirror/src/Mak ...
@ 2007-08-23 20:00 jbrassow
  0 siblings, 0 replies; only message in thread
From: jbrassow @ 2007-08-23 20:00 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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 $@)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-23 20:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-23 20:00 [Cluster-devel] cluster ./Makefile ./configure cmirror/src/Mak jbrassow

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.