From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4503 invoked by alias); 28 Mar 2008 19:59:05 -0000 Received: (qmail 4473 invoked by uid 9494); 28 Mar 2008 19:59:04 -0000 Date: Fri, 28 Mar 2008 19:59:00 -0000 Message-ID: <20080328195904.4455.qmail@sourceware.org> From: cfeist@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, RHEL52, updated. cmirror_1_1_15-18-g0bb606f X-Git-Refname: refs/heads/RHEL52 X-Git-Reftype: branch X-Git-Oldrev: 5117298a37806feea827b4cd4bf44040484aa361 X-Git-Newrev: 0bb606fa87d35682d520ef93e837b0c746fb1cdf Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00400.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project". http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=0bb606fa87d35682d520ef93e837b0c746fb1cdf The branch, RHEL52 has been updated via 0bb606fa87d35682d520ef93e837b0c746fb1cdf (commit) from 5117298a37806feea827b4cd4bf44040484aa361 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0bb606fa87d35682d520ef93e837b0c746fb1cdf Author: Chris Feist Date: Fri Mar 28 14:57:46 2008 -0500 Added apc_snmp to the main Makefile in the agents directory to make sure it is included in the build. (bz#438905) ----------------------------------------------------------------------- Summary of changes: fence/agents/Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/fence/agents/Makefile b/fence/agents/Makefile index 37147cb..c41aedd 100644 --- a/fence/agents/Makefile +++ b/fence/agents/Makefile @@ -16,6 +16,7 @@ include ${top_srcdir}/make/defines.mk all: ${MAKE} -C apc all + ${MAKE} -C apc_snmp all ${MAKE} -C bladecenter all ${MAKE} -C brocade all ${MAKE} -C bullpap all @@ -41,6 +42,7 @@ all: install: all ${MAKE} -C apc install + ${MAKE} -C apc_snmp install ${MAKE} -C bladecenter install ${MAKE} -C brocade install ${MAKE} -C bullpap install @@ -66,6 +68,7 @@ install: all clean: ${MAKE} -C apc clean + ${MAKE} -C apc_snmp clean ${MAKE} -C bladecenter clean ${MAKE} -C brocade clean ${MAKE} -C bullpap clean hooks/post-receive -- Cluster Project