[Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.01-8-gef50cab

fabbione at sourceware.org fabbione at sourceware.org
Fri May 16 05:51:52 UTC 2008


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 at redhat.com>
Date:   Fri May 16 07:51:14 2008 +0200

    [BUILD] Free toplevel config/ dir
    
    Signed-off-by: Fabio M. Di Nitto <fdinitto at 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




More information about the Cluster-devel mailing list