public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
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
Date: Fri, 28 Mar 2008 19:59:00 -0000	[thread overview]
Message-ID: <20080328195904.4455.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2008-03-28 19:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080328195904.4455.qmail@sourceware.org \
    --to=cfeist@sourceware.org \
    --cc=cluster-cvs@sources.redhat.com \
    --cc=cluster-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).