cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: fabbione@sourceware.org <fabbione@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/group daemon/Makefile dlm_controld/Mak ...
Date: 9 Aug 2007 09:37:37 -0000	[thread overview]
Message-ID: <20070809093737.23833.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione at sourceware.org	2007-08-09 09:37:37

Modified files:
	group/daemon   : Makefile 
	group/dlm_controld: Makefile 
	group/gfs_controld: Makefile 

Log message:
	Clean up some Makefiles that did not use proper openaisincdir and dlmincdir.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/Makefile.diff?cvsroot=cluster&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12

--- cluster/group/daemon/Makefile	2007/06/01 09:45:35	1.19
+++ cluster/group/daemon/Makefile	2007/08/09 09:37:36	1.20
@@ -21,7 +21,7 @@
 	main.o
 
 CFLAGS += -g 
-CFLAGS += -I${cmanincdir}
+CFLAGS += -I${cmanincdir} -I${openaisincdir}
 CFLAGS += -I. -I../include/ -I../lib/
 CFLAGS += -I${incdir}
 
--- cluster/group/dlm_controld/Makefile	2007/08/06 21:50:26	1.9
+++ cluster/group/dlm_controld/Makefile	2007/08/09 09:37:36	1.10
@@ -21,12 +21,13 @@
 	deadlock.o
 
 CFLAGS += -g 
-CFLAGS += -I${ccsincdir} -I${cmanincdir}
+CFLAGS += -I${ccsincdir} -I${cmanincdir} -I${dlmincdir} -I${openaisincdir}
 CFLAGS += -idirafter ${KERNEL_SRC}/include/linux
-CFLAGS += -I../../group/lib/ -I../include/ -I../../dlm/lib/
+CFLAGS += -I../../group/lib/ -I../include/
 CFLAGS += -I${incdir}
 
-LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -L${openaislibdir} -lccs -lcman -lcpg -lSaCkpt -ldlm
+LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -L${dlmlibdir} -lccs -lcman -ldlm
+LDFLAGS += -L${openaislibdir} -lcpg -lSaCkpt
 LDFLAGS += -L../lib -lgroup
 
 all: depends ${TARGET}
--- cluster/group/gfs_controld/Makefile	2007/06/08 19:01:10	1.11
+++ cluster/group/gfs_controld/Makefile	2007/08/09 09:37:36	1.12
@@ -22,14 +22,14 @@
 	recover.o
 
 CFLAGS += -g -O2
-CFLAGS += -I${ccsincdir}
-CFLAGS += -I${cmanincdir}
+CFLAGS += -I${ccsincdir} -I${cmanincdir} -I${openaisincdir}
 CFLAGS += -idirafter ${KERNEL_SRC}/include/linux
 CFLAGS += -I../include/ -I../lib/
 CFLAGS += -I${incdir}
 
-LDFLAGS += -L${cmanlibdir} -L${openaislibdir} -L${libdir} -lcman -lcpg -lSaCkpt
-LDFLAGS += -L${ccslibdir} -lccs
+LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -lcman -lccs
+LDFLAGS += -L${openaislibdir} -lcpg -lSaCkpt
+LDFLAGS += -L${libdir}
 LDFLAGS += -L../lib -lgroup
 
 all: depends ${TARGET}



                 reply	other threads:[~2007-08-09  9:37 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=20070809093737.23833.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 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 NNTP newsgroup(s).