[Cluster-devel] cluster/dlm Makefile

teigland at sourceware.org teigland at sourceware.org
Fri Aug 31 15:39:55 UTC 2007


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




More information about the Cluster-devel mailing list