public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* RHEL5 - cman: fixed makefiles to actuall install the vmware fence agent and manpage
@ 2008-09-15 20:42 Chris Feist
  0 siblings, 0 replies; only message in thread
From: Chris Feist @ 2008-09-15 20:42 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1cc68885904a1e393e2dcd6d788ae5099ef7124d
Commit:        1cc68885904a1e393e2dcd6d788ae5099ef7124d
Parent:        40ed4937fe0d9975e252459c240d4304ed8daa21
Author:        Chris Feist <cfeist@redhat.com>
AuthorDate:    Mon Sep 15 15:25:08 2008 -0500
Committer:     Chris Feist <cfeist@redhat.com>
CommitterDate: Mon Sep 15 15:25:08 2008 -0500

cman: fixed makefiles to actuall install the vmware fence agent and manpage

---
 fence/agents/Makefile |    3 +++
 fence/man/Makefile    |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/fence/agents/Makefile b/fence/agents/Makefile
index 0aabcc3..4ac3039 100644
--- a/fence/agents/Makefile
+++ b/fence/agents/Makefile
@@ -36,6 +36,7 @@ all:
 	${MAKE} -C rsb all
 	${MAKE} -C scsi all
 	${MAKE} -C sanbox2 all
+	${MAKE} -C vmware all
 	${MAKE} -C vixel all
 	${MAKE} -C wti all
 	# ${MAKE} -C xcat all
@@ -64,6 +65,7 @@ install: all
 	${MAKE} -C rsb install
 	${MAKE} -C scsi install
 	${MAKE} -C sanbox2 install
+	${MAKE} -C vmware install
 	${MAKE} -C vixel install
 	${MAKE} -C wti install
 	# ${MAKE} -C xcat install
@@ -92,6 +94,7 @@ clean:
 	${MAKE} -C rsb clean
 	${MAKE} -C scsi clean
 	${MAKE} -C sanbox2 clean
+	${MAKE} -C vmware clean
 	${MAKE} -C vixel clean
 	${MAKE} -C wti clean
 	# ${MAKE} -C xcat clean
diff --git a/fence/man/Makefile b/fence/man/Makefile
index 7abde2c..72f1555 100644
--- a/fence/man/Makefile
+++ b/fence/man/Makefile
@@ -32,6 +32,7 @@ TARGET8= \
 	fence_wti.8 \
 	fence_bullpap.8 \
 	fence_ipmilan.8 \
+	fence_vmware.8 \
 	fence_xvm.8 \
 	fence_xvmd.8 \
 	fenced.8


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

only message in thread, other threads:[~2008-09-15 20:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-15 20:42 RHEL5 - cman: fixed makefiles to actuall install the vmware fence agent and manpage Chris Feist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).