public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* master - rgmanager: Use CCS again instead of building everything NO_CCS
@ 2008-11-10 17:54 Lon Hohberger
  0 siblings, 0 replies; only message in thread
From: Lon Hohberger @ 2008-11-10 17:54 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=a1e4a327cb4f605301b4c28249f1ce7e0e82f4bd
Commit:        a1e4a327cb4f605301b4c28249f1ce7e0e82f4bd
Parent:        58d15944e15c64071f108dcf273f4635f3a33b8d
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Mon Nov 10 12:53:47 2008 -0500
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Mon Nov 10 12:53:47 2008 -0500

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 b484f6b..a009927 100644
--- a/make/cobj.mk
+++ b/make/cobj.mk
@@ -7,7 +7,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 df07aab..22d55b0 100644
--- a/rgmanager/src/daemons/Makefile
+++ b/rgmanager/src/daemons/Makefile
@@ -53,7 +53,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../clulib -lclulib
 LDFLAGS += -L${libdir}


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

only message in thread, other threads:[~2008-11-10 17:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-10 17:54 master - rgmanager: Use CCS again instead of building everything NO_CCS Lon Hohberger

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