All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/gfs2/bin Makefile
@ 2006-06-12 21:17 rpeterso
  0 siblings, 0 replies; 2+ messages in thread
From: rpeterso @ 2006-06-12 21:17 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso at sourceware.org	2006-06-12 21:17:30

Modified files:
	gfs2/bin       : Makefile 

Log message:
	Add gfs2_fsck to Makefile

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

--- cluster/gfs2/bin/Makefile	2006/06/12 16:22:47	1.5
+++ cluster/gfs2/bin/Makefile	2006/06/12 21:17:30	1.6
@@ -16,11 +16,11 @@
 
 SBINPROGS= \
 	mkfs.gfs2 \
-	gfs2_tool \
 	mount.gfs2 \
 	gfs2_edit \
 	gfs2_convert \
 	umount.gfs2
+	gfs2_fsck \
 #	gfs2_quota \
 
 include ${top_srcdir}/make/defines.mk
@@ -45,6 +45,6 @@
 
 uninstall:
 	#uninstall the hardlinked program as well
-	${UNINSTALL} ${SBINPROGS} mkfs.gfs2 gfs2_grow gfs2_jadd gfs2_shrink mount.gfs2 umount.gfs2 mount.gfs umount.gfs ${sbindir}
+	${UNINSTALL} ${SBINPROGS} gfs2_convert mkfs.gfs2 gfs2_fsck gfs2_grow gfs2_jadd gfs2_shrink mount.gfs2 umount.gfs2 ${sbindir}
 
 



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

* [Cluster-devel] cluster/gfs2/bin Makefile
@ 2006-06-12 22:36 rpeterso
  0 siblings, 0 replies; 2+ messages in thread
From: rpeterso @ 2006-06-12 22:36 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso at sourceware.org	2006-06-12 22:36:34

Modified files:
	gfs2/bin       : Makefile 

Log message:
	Fix typo in Makefile

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

--- cluster/gfs2/bin/Makefile	2006/06/12 21:17:30	1.6
+++ cluster/gfs2/bin/Makefile	2006/06/12 22:36:34	1.7
@@ -19,7 +19,7 @@
 	mount.gfs2 \
 	gfs2_edit \
 	gfs2_convert \
-	umount.gfs2
+	umount.gfs2 \
 	gfs2_fsck \
 #	gfs2_quota \
 



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

end of thread, other threads:[~2006-06-12 22:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-12 21:17 [Cluster-devel] cluster/gfs2/bin Makefile rpeterso
  -- strict thread matches above, loose matches on Subject: below --
2006-06-12 22:36 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.