From mboxrd@z Thu Jan 1 00:00:00 1970 From: cfeist@sourceware.org Date: 28 Aug 2006 16:51:36 -0000 Subject: [Cluster-devel] cluster/gfs Makefile Message-ID: <20060828165136.17924.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: 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