[Cluster-devel] cluster/fence/agents Makefile

jparsons at sourceware.org jparsons at sourceware.org
Thu Jun 29 21:42:20 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	jparsons at sourceware.org	2006-06-29 21:42:20

Modified files:
	fence/agents   : Makefile 

Log message:
	Added support for new fence_scsi agent

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11

--- cluster/fence/agents/Makefile	2006/04/19 19:39:01	1.10
+++ cluster/fence/agents/Makefile	2006/06/29 21:42:20	1.11
@@ -29,6 +29,7 @@
 	cd rps10 && ${MAKE} all
 	cd rsa && ${MAKE} all
 	cd rsb && ${MAKE} all
+	cd scsi && ${MAKE} all
 	cd sanbox2 && ${MAKE} all
 	cd vixel && ${MAKE} all
 	cd wti && ${MAKE} all
@@ -50,6 +51,7 @@
 	cd mcdata && ${MAKE} copytobin
 	# cd rackswitch && ${MAKE} copytobin
 	cd rps10 && ${MAKE} copytobin
+	cd scsi && ${MAKE} copytobin
 	cd sanbox2 && ${MAKE} copytobin
 	cd vixel && ${MAKE} copytobin
 	cd wti && ${MAKE} copytobin
@@ -73,6 +75,7 @@
 	cd rps10 && ${MAKE} clean
 	cd rsa && ${MAKE} clean
 	cd rsb && ${MAKE} clean
+	cd scsi && ${MAKE} clean
 	cd sanbox2 && ${MAKE} clean
 	cd vixel && ${MAKE} clean
 	cd wti && ${MAKE} clean




More information about the Cluster-devel mailing list