[Cluster-devel] cluster/magma-plugins Makefile

lhh at sourceware.org lhh at sourceware.org
Wed Jan 9 18:55:13 UTC 2008


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	lhh at sourceware.org	2008-01-09 18:55:12

Modified files:
	magma-plugins  : Makefile 

Log message:
	Fix #294491 - make magma_sm.so retry in dlm EINPROG condition

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/magma-plugins/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.1&r2=1.2.2.2

--- cluster/magma-plugins/Attic/Makefile	2008/01/09 18:54:46	1.2.2.1
+++ cluster/magma-plugins/Attic/Makefile	2008/01/09 18:55:12	1.2.2.2
@@ -10,25 +10,25 @@
 ###############################################################################
 ###############################################################################
 all:
-	#cd cman && ${MAKE} all
+	cd cman && ${MAKE} all
 	cd dumb && ${MAKE} all
 	cd gulm && ${MAKE} all
 	cd sm && ${MAKE} all
 
 clean:
-	#cd cman && ${MAKE} clean
+	cd cman && ${MAKE} clean
 	cd dumb && ${MAKE} clean
 	cd gulm && ${MAKE} clean
 	cd sm && ${MAKE} clean
 
 install:
-	#cd cman && ${MAKE} install
+	cd cman && ${MAKE} install
 	cd dumb && ${MAKE} install
 	cd gulm && ${MAKE} install
 	cd sm && ${MAKE} install
 
 uninstall:
-	#cd cman && ${MAKE} uninstall
+	cd cman && ${MAKE} uninstall
 	cd dumb && ${MAKE} uninstall
 	cd gulm && ${MAKE} uninstall
 	cd sm && ${MAKE} uninstall




More information about the Cluster-devel mailing list