All of lore.kernel.org
 help / color / mirror / Atom feed
From: fabbione@sourceware.org <fabbione@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.01-8-gef50cab
Date: 16 May 2008 05:51:52 -0000	[thread overview]
Message-ID: <20080516055152.13005.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=ef50cab216748d5528594212d62a8f5893275fbd

The branch, master has been updated
       via  ef50cab216748d5528594212d62a8f5893275fbd (commit)
      from  81c7417b376de2f1d4a0bd6cb0f279f37c88af7b (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 ef50cab216748d5528594212d62a8f5893275fbd
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
Date:   Fri May 16 07:51:14 2008 +0200

    [BUILD] Free toplevel config/ dir
    
    Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 fence/agents/ipmilan/ipmilan.c |    2 +-
 {config => make}/copyright.cf  |    0 
 make/defines.mk.input          |    2 +-
 make/fencebuild.mk             |    2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename {config => make}/copyright.cf (100%)

diff --git a/fence/agents/ipmilan/ipmilan.c b/fence/agents/ipmilan/ipmilan.c
index b476701..b9a48ca 100644
--- a/fence/agents/ipmilan/ipmilan.c
+++ b/fence/agents/ipmilan/ipmilan.c
@@ -45,7 +45,7 @@
 
 #define log(lvl, fmt, args...) fprintf(stderr, fmt, ##args)
 #include <libgen.h>
-#include <copyright.cf>
+#include "copyright.cf"
 
 #include "expect.h"
 
diff --git a/config/copyright.cf b/make/copyright.cf
similarity index 100%
rename from config/copyright.cf
rename to make/copyright.cf
diff --git a/make/defines.mk.input b/make/defines.mk.input
index 173e0bb..dec3ed5 100644
--- a/make/defines.mk.input
+++ b/make/defines.mk.input
@@ -31,7 +31,7 @@ CC = @CC@
 AR = ar
 RANLIB = ranlib
 
-CFLAGS += @CFLAGS@ -I at SRCDIR@/config 
+CFLAGS += @CFLAGS@ -I at SRCDIR@/make
 CFLAGS += -DDEFAULT_CONFIG_DIR=\"@CONFDIR@\" -DDEFAULT_CONFIG_FILE=\"@CONFFILE@\"
 CFLAGS += -DLOGDIR=\"@LOGDIR@\" -DSYSLOGFACILITY=@SYSLOGFACILITY@
 LDFLAGS += @LDFLAGS@
diff --git a/make/fencebuild.mk b/make/fencebuild.mk
index 27880be..873646e 100644
--- a/make/fencebuild.mk
+++ b/make/fencebuild.mk
@@ -12,7 +12,7 @@ include $(OBJDIR)/make/uninstall.mk
 
 $(TARGET):
 	${FENCEPARSE} \
-		${SRCDIR}/config/copyright.cf REDHAT_COPYRIGHT \
+		${SRCDIR}/make/copyright.cf REDHAT_COPYRIGHT \
 		${RELEASE_VERSION} \
 		$(S) $@ | \
 	sed \


hooks/post-receive
--
Cluster Project



                 reply	other threads:[~2008-05-16  5:51 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=20080516055152.13005.qmail@sourceware.org \
    --to=fabbione@sourceware.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.