All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/gfs/gfs_grow Makefile main.c
@ 2006-07-10 23:34 rpeterso
  0 siblings, 0 replies; only message in thread
From: rpeterso @ 2006-07-10 23:34 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso at sourceware.org	2006-07-10 23:34:18

Modified files:
	gfs/gfs_grow   : Makefile main.c 

Log message:
	Changes necessary due to removal of iddev parts (replaced by libvolume_id).
	Also incorporated libgfs for common functions.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_grow/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_grow/main.c.diff?cvsroot=cluster&r1=1.3&r2=1.4

--- cluster/gfs/gfs_grow/Makefile	2005/05/19 19:51:07	1.4
+++ cluster/gfs/gfs_grow/Makefile	2006/07/10 23:34:18	1.5
@@ -22,7 +22,7 @@
 CFLAGS+= -DHELPER_PROGRAM -D_FILE_OFFSET_BITS=64 \
 	-DGFS_RELEASE_NAME=\"${RELEASE}\"
 
-INCLUDE= -I${top_srcdir}/include -I${top_srcdir}/config -I${gfskincdir} -I${iddevincdir} -I${incdir}
+INCLUDE= -I${top_srcdir}/include -I${top_srcdir}/config -I${top_srcdir}/libgfs -I${gfskincdir} -I${incdir}
 
 ifneq (${KERNEL_SRC}, )
 # Use the kernel tree if patched, otherwise, look where cluster headers
@@ -34,8 +34,8 @@
 INCLUDE += -I${incdir}
 endif
 
-LDFLAGS+= -L${iddevlibdir} -L${libdir}
-LOADLIBS+= -liddev
+LDFLAGS+= -L${libdir} -L${top_srcdir}/libgfs
+LOADLIBS+= -lgfs
 
 all: ${TARGET}
 
--- cluster/gfs/gfs_grow/main.c	2005/01/04 10:07:07	1.3
+++ cluster/gfs/gfs_grow/main.c	2006/07/10 23:34:18	1.4
@@ -26,10 +26,9 @@
 
 #include <linux/gfs_ondisk.h>
 #define __user
-#include <linux/gfs_ioctl.h>
+#include "gfs_ioctl.h"
 #include "osi_list.h"
-typedef uint64_t uint64;
-#include "iddev.h"
+#include "libgfs.h"
 
 #include "copyright.cf"
 



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

only message in thread, other threads:[~2006-07-10 23:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-10 23:34 [Cluster-devel] cluster/gfs/gfs_grow Makefile main.c rpeterso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.