From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 31 Aug 2007 15:39:55 -0000 Subject: [Cluster-devel] cluster/dlm Makefile Message-ID: <20070831153955.23793.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 Branch: RHEL4 Changes by: teigland at sourceware.org 2007-08-31 15:39:55 Modified files: dlm : Makefile Log message: add tool dir Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2 --- cluster/dlm/Makefile 2007/07/09 08:45:03 1.1.2.1 +++ cluster/dlm/Makefile 2007/08/31 15:39:55 1.1.2.2 @@ -13,20 +13,25 @@ all: cd lib && ${MAKE} all + cd tool && ${MAKE} all copytobin: cd lib && ${MAKE} copytobin + cd tool && ${MAKE} copytobin install: cd lib && ${MAKE} install + cd tool && ${MAKE} install cd man && ${MAKE} install uninstall: cd lib && ${MAKE} uninstall + cd tool && ${MAKE} uninstall cd man && ${MAKE} uninstall clean: cd lib && ${MAKE} clean + cd tool && ${MAKE} clean rm -f *~ distclean: clean