All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/gfs Makefile
@ 2006-07-14 18:03 teigland
  0 siblings, 0 replies; 3+ messages in thread
From: teigland @ 2006-07-14 18:03 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2006-07-14 18:03:11

Modified files:
	gfs            : Makefile 

Log message:
	add libgfs

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7

--- cluster/gfs/Makefile	2006/06/12 16:55:12	1.6
+++ cluster/gfs/Makefile	2006/07/14 18:03:10	1.7
@@ -12,6 +12,7 @@
 ###############################################################################
 
 all:
+	cd libgfs && ${MAKE} all
 	cd gfs_debug && ${MAKE} all
 	cd gfs_edit && ${MAKE} all
 	cd gfs_fsck && ${MAKE} all
@@ -23,6 +24,7 @@
 
 copytobin:
 	cd gfs_debug && ${MAKE} copytobin
+	cd gfs_debug && ${MAKE} copytobin
 	cd gfs_edit && ${MAKE} copytobin
 	cd gfs_fsck && ${MAKE} copytobin
 	cd gfs_grow && ${MAKE} copytobin
@@ -33,6 +35,7 @@
 
 clean:
 	cd bin && ${MAKE} clean
+	cd libgfs && ${MAKE} clean
 	cd gfs_debug && ${MAKE} clean
 	cd gfs_edit && ${MAKE} clean
 	cd gfs_fsck && ${MAKE} clean



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Cluster-devel] cluster/gfs Makefile
@ 2006-08-28 16:51 cfeist
  0 siblings, 0 replies; 3+ messages in thread
From: cfeist @ 2006-08-28 16:51 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	cfeist at sourceware.org	2006-08-28 16:51:36

Modified files:
	gfs            : Makefile 

Log message:
	Create symlinks for mount.gfs & umount.gfs.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10

--- cluster/gfs/Makefile	2006/08/11 15:18:10	1.9
+++ cluster/gfs/Makefile	2006/08/28 16:51:36	1.10
@@ -11,6 +11,9 @@
 ###############################################################################
 ###############################################################################
 
+top_srcdir=.
+include ${top_srcdir}/make/defines.mk
+
 all:
 	${MAKE} -C libgfs all
 	${MAKE} -C gfs_debug all
@@ -48,6 +51,9 @@
 	${MAKE} -C gfs_tool install
 	${MAKE} -C man install
 	${MAKE} -C init.d install
+	(cd ${sbindir}; ln -sf mount.gfs2 mount.gfs)
+	(cd ${sbindir}; ln -sf umount.gfs2 umount.gfs)
+
 
 deinstall uninstall:
 	${MAKE} -C libgfs uninstall



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Cluster-devel] cluster/gfs Makefile
@ 2006-07-14 18:04 teigland
  0 siblings, 0 replies; 3+ messages in thread
From: teigland @ 2006-07-14 18:04 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2006-07-14 18:04:02

Modified files:
	gfs            : Makefile 

Log message:
	remove duplicate line

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/Makefile.diff?cvsroot=cluster&r1=1.7&r2=1.8

--- cluster/gfs/Makefile	2006/07/14 18:03:10	1.7
+++ cluster/gfs/Makefile	2006/07/14 18:04:01	1.8
@@ -24,7 +24,6 @@
 
 copytobin:
 	cd gfs_debug && ${MAKE} copytobin
-	cd gfs_debug && ${MAKE} copytobin
 	cd gfs_edit && ${MAKE} copytobin
 	cd gfs_fsck && ${MAKE} copytobin
 	cd gfs_grow && ${MAKE} copytobin



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-08-28 16:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-14 18:03 [Cluster-devel] cluster/gfs Makefile teigland
2006-07-14 18:04 teigland
2006-08-28 16:51 cfeist

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.