cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Kadlecsik Jozsi <kadlec@sunserv.kfki.hu>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Makefile fixes
Date: Tue, 4 Sep 2007 11:27:48 +0200 (MEST)	[thread overview]
Message-ID: <Pine.GSO.4.64.0709041126220.3787@sunserv.kfki.hu> (raw)

Hello,

When compiling cluster-2.01.00, a few Makefile fixes were required to 
compile the source. Attached you can find the patch which corrects the 
files.

Best regards,
Jozsef
--
E-mail : kadlec at sunserv.kfki.hu, kadlec at blackhole.kfki.hu
PGP key: http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address: KFKI Research Institute for Particle and Nuclear Physics
         H-1525 Budapest 114, POB. 49, Hungary
-------------- next part --------------
diff -urN --exclude=deb cluster-2.01.00.orig/dlm/lib/Makefile cluster-2.01.00/dlm/lib/Makefile
--- cluster-2.01.00.orig/dlm/lib/Makefile	2007-06-01 11:45:31.000000000 +0200
+++ cluster-2.01.00/dlm/lib/Makefile	2007-08-31 11:47:26.000000000 +0200
@@ -22,6 +22,7 @@
 CFLAGS += -g -O2 
 CFLAGS += -I.
 CFLAGS += -I${incdir}
+CFLAGS += -I${KERNEL_SRC}/include
 
 LDFLAGS += -lpthread 
 
diff -urN --exclude=deb cluster-2.01.00.orig/gfs2/edit/Makefile cluster-2.01.00/gfs2/edit/Makefile
--- cluster-2.01.00.orig/gfs2/edit/Makefile	2007-06-26 03:25:32.000000000 +0200
+++ cluster-2.01.00/gfs2/edit/Makefile	2007-08-31 11:49:11.000000000 +0200
@@ -24,6 +24,7 @@
 CFLAGS += -I${ncursesincdir}
 CFLAGS += -I../include -I../libgfs2
 CFLAGS += -I${incdir}
+CFLAGS += -I${KERNEL_SRC}/include
 
 LDFLAGS += -L${ncurseslibdir} -lncurses
 LDFLAGS += -L../libgfs2/ -lgfs2
diff -urN --exclude=deb cluster-2.01.00.orig/gfs2/mount/Makefile cluster-2.01.00/gfs2/mount/Makefile
--- cluster-2.01.00.orig/gfs2/mount/Makefile	2007-06-01 11:45:34.000000000 +0200
+++ cluster-2.01.00/gfs2/mount/Makefile	2007-08-31 11:50:29.000000000 +0200
@@ -29,6 +29,7 @@
 CFLAGS += -I${gfs2kincdir} -I${gfskincdir}
 CFLAGS += -I../include
 CFLAGS += -I${incdir}
+CFLAGS += -I${KERNEL_SRC}/include
 
 all: ${TARGET1} ${TARGET2}
 
diff -urN --exclude=deb cluster-2.01.00.orig/gfs2/quota/Makefile cluster-2.01.00/gfs2/quota/Makefile
--- cluster-2.01.00.orig/gfs2/quota/Makefile	2007-06-01 11:45:34.000000000 +0200
+++ cluster-2.01.00/gfs2/quota/Makefile	2007-08-31 11:51:17.000000000 +0200
@@ -24,6 +24,7 @@
 CFLAGS += -O2
 CFLAGS += -I../include -I../libgfs2/
 CFLAGS += -I${incdir}
+CFLAGS += -I${KERNEL_SRC}/include
 
 LDFLAGS += -L../libgfs2 -lgfs2
 
diff -urN --exclude=deb cluster-2.01.00.orig/gfs2/tool/Makefile cluster-2.01.00/gfs2/tool/Makefile
--- cluster-2.01.00.orig/gfs2/tool/Makefile	2007-06-01 11:45:34.000000000 +0200
+++ cluster-2.01.00/gfs2/tool/Makefile	2007-08-31 11:52:17.000000000 +0200
@@ -29,6 +29,7 @@
 CFLAGS += -O2 -Wall
 CFLAGS += -I../include
 CFLAGS += -I${incdir}
+CFLAGS += -I${KERNEL_SRC}/include
 
 LDFLAGS += -L../libgfs2 -lgfs2
 
diff -urN --exclude=deb cluster-2.01.00.orig/group/gfs_controld/Makefile cluster-2.01.00/group/gfs_controld/Makefile
--- cluster-2.01.00.orig/group/gfs_controld/Makefile	2007-06-08 21:01:10.000000000 +0200
+++ cluster-2.01.00/group/gfs_controld/Makefile	2007-08-31 11:42:49.000000000 +0200
@@ -24,7 +24,7 @@
 CFLAGS += -g -O2
 CFLAGS += -I${ccsincdir}
 CFLAGS += -I${cmanincdir}
-CFLAGS += -idirafter ${KERNEL_SRC}/include/linux
+CFLAGS += -idirafter ${KERNEL_SRC}/include
 CFLAGS += -I../include/ -I../lib/
 CFLAGS += -I${incdir}
 

             reply	other threads:[~2007-09-04  9:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-04  9:27 Kadlecsik Jozsi [this message]
2007-09-04  9:35 ` [Cluster-devel] Makefile fixes Fabio Massimo Di Nitto

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=Pine.GSO.4.64.0709041126220.3787@sunserv.kfki.hu \
    --to=kadlec@sunserv.kfki.hu \
    /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).