From mboxrd@z Thu Jan 1 00:00:00 1970 From: rpeterso@sourceware.org Date: 12 Jun 2006 21:17:30 -0000 Subject: [Cluster-devel] cluster/gfs2/bin Makefile Message-ID: <20060612211730.30543.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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}