* [Cluster-devel] cluster gfs2/mount/Makefile gfs/include/gfs_on ...
@ 2007-08-20 14:36 fabbione
0 siblings, 0 replies; only message in thread
From: fabbione @ 2007-08-20 14:36 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: fabbione at sourceware.org 2007-08-20 14:36:16
Modified files:
gfs2/mount : Makefile
Removed files:
gfs/include : gfs_ondisk.h
gfs2/include : gfs_ondisk.h
Log message:
Remove redundant gfs_ondisk.h from gfs/include/ and gfs2/include/
both files are outdated compared to the one shipped in
gfs-kernel/src/gfs/gfs_ondisk.h and there should be no need of
duplicates around the tree.
gfs and gfs2 both use to include gfskincdir that is enough to guarantee
that gfs_ondisk.h will be available at build time.
gfs2/mount/Makefile requires this one liner. I spotted that we try to include
gfs2kincdir that we never set and therefor it was failing to build without
a local copy of gfs_ondisk.h
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/include/gfs_ondisk.h.diff?cvsroot=cluster&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/include/gfs_ondisk.h.diff?cvsroot=cluster&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15
--- cluster/gfs2/mount/Makefile 2007/06/01 09:45:34 1.14
+++ cluster/gfs2/mount/Makefile 2007/08/20 14:36:16 1.15
@@ -26,7 +26,7 @@
CFLAGS += -DHELPER_PROGRAM -D_FILE_OFFSET_BITS=64
CFLAGS += -DGFS2_RELEASE_NAME=\"${RELEASE}\" -D_GNU_SOURCE
CFLAGS += -O2
-CFLAGS += -I${gfs2kincdir} -I${gfskincdir}
+CFLAGS += -I${gfskincdir}
CFLAGS += -I../include
CFLAGS += -I${incdir}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-20 14:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-20 14:36 [Cluster-devel] cluster gfs2/mount/Makefile gfs/include/gfs_on fabbione
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).