All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/magma-plugins Makefile
@ 2008-01-09 18:55 lhh
  0 siblings, 0 replies; only message in thread
From: lhh @ 2008-01-09 18:55 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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



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

only message in thread, other threads:[~2008-01-09 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-09 18:55 [Cluster-devel] cluster/magma-plugins Makefile lhh

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.