[Cluster-devel] cluster/fence/agents Makefile

lhh at sourceware.org lhh at sourceware.org
Fri Dec 1 15:49:31 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	lhh at sourceware.org	2006-12-01 15:49:31

Modified files:
	fence/agents   : Makefile 

Log message:
	Add support for fence_xvm to RHEL4 branch (requires seamonkey-nss-devel and seamonkey-nspr-devel to compile)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.10&r2=1.3.2.11

--- cluster/fence/agents/Makefile	2006/11/28 15:43:03	1.3.2.10
+++ cluster/fence/agents/Makefile	2006/12/01 15:49:30	1.3.2.11
@@ -2,7 +2,7 @@
 ###############################################################################
 ##
 ##  Copyright (C) Sistina Software, Inc.  1997-2003  All rights reserved.
-##  Copyright (C) 2004 Red Hat, Inc.  All rights reserved.
+##  Copyright (C) 2004-2006 Red Hat, Inc.  All rights reserved.
 ##  
 ##  This copyrighted material is made available to anyone wishing to use,
 ##  modify, copy, or redistribute it subject to the terms and conditions
@@ -35,6 +35,7 @@
 	cd vixel && ${MAKE} all
 	cd wti && ${MAKE} all
 	# cd xcat && ${MAKE} all
+	cd xvm && ${MAKE} all
 	# cd zvm && ${MAKE} all
 
 copytobin:
@@ -60,6 +61,7 @@
 	cd vixel && ${MAKE} copytobin
 	cd wti && ${MAKE} copytobin
 	# cd xcat && ${MAKE} copytobin
+	cd xvm && ${MAKE} copytobin
 	# cd zvm && ${MAKE} copytobin
 
 clean:
@@ -85,5 +87,6 @@
 	cd vixel && ${MAKE} clean
 	cd wti && ${MAKE} clean
 	# cd xcat && ${MAKE} clean
+	cd xvm && ${MAKE} clean
 	# cd zvm && ${MAKE} clean
 




More information about the Cluster-devel mailing list