This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

STABLE2 - rgmanager: Use CCS again instead of building everythingNO_CCS


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f492fd5175370f3e1656ba501b0f6701295baaba
Commit:        f492fd5175370f3e1656ba501b0f6701295baaba
Parent:        5a6524d8def0012f061f0a775c9c52bb3674b338
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Mon Nov 10 12:53:47 2008 -0500
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon Nov 10 19:01:45 2008 +0100

rgmanager: Use CCS again instead of building everything NO_CCS

---
 make/cobj.mk                   |    2 +-
 rgmanager/src/daemons/Makefile |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/make/cobj.mk b/make/cobj.mk
index 57cb960..ba17ecf 100644
--- a/make/cobj.mk
+++ b/make/cobj.mk
@@ -3,7 +3,7 @@
 
 # used by rgmanager/src/daemons
 %-noccs.o: $(S)/%.c
-	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
+	$(CC) $(CFLAGS) $(NOCCS_CFLAGS) -c -o $@ $<
 
 # used by fence/agents/xvm
 %-standalone.o: $(S)/%.c
diff --git a/rgmanager/src/daemons/Makefile b/rgmanager/src/daemons/Makefile
index 1dfe103..3b8ce59 100644
--- a/rgmanager/src/daemons/Makefile
+++ b/rgmanager/src/daemons/Makefile
@@ -55,7 +55,7 @@ CFLAGS += `xml2-config --cflags` -I${readlineincdir} -I${slangincdir}
 CFLAGS += -I$(S)/../../include
 CFLAGS += -I${incdir}
 
-EXTRA_CFLAGS += -DNO_CCS
+NOCCS_CFLAGS += -DNO_CCS
 
 LDFLAGS += -L${libdir}
 LDFLAGS += -L../clulib -lclulib


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]