From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 1 Dec 2006 15:49:31 -0000 Subject: [Cluster-devel] cluster/fence/agents Makefile Message-ID: <20061201154931.17458.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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