public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* Cluster Project branch, RHEL52, updated. cmirror_1_1_15-18-g0bb606f
@ 2008-03-28 19:59 cfeist
  0 siblings, 0 replies; only message in thread
From: cfeist @ 2008-03-28 19:59 UTC (permalink / raw)
  To: cluster-cvs, cluster-devel

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 <cfeist@redhat.com>
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


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

only message in thread, other threads:[~2008-03-28 19:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-28 19:59 Cluster Project branch, RHEL52, updated. cmirror_1_1_15-18-g0bb606f cfeist

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).