[Cluster-devel] [PATCH] Cleanup dlm/man/Makefile

Fabio M. Di Nitto fabbione at fabbione.net
Sun Aug 19 05:42:02 UTC 2007


add clean: target or make clean will fail.

use TARGET8 to be consistent with TARGET3

Please ACK and I will apply or apply.

Thanks
Fabio

Index: man/Makefile
===================================================================
RCS file: /cvs/cluster/cluster/dlm/man/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- man/Makefile	17 Aug 2007 18:48:22 -0000	1.4
+++ man/Makefile	19 Aug 2007 04:49:56 -0000
@@ -19,14 +19,18 @@
 	  dlm_get_fd.3            dlm_ls_unlock.3        dlm_unlock_wait.3	 \
 	  dlm_lock.3              dlm_ls_unlock_wait.3   libdlm.3
 
+TARGET8 = dlm_tool.8
+
 all:
 
+clean:
+
 install:
 	install -d ${mandir}/man3
 	install ${TARGET3} ${mandir}/man3
 	install -d ${mandir}/man8
-	install dlm_tool.8 ${mandir}/man8
+	install ${TARGET8} ${mandir}/man8
 
 uninstall:
 	${UNINSTALL} ${TARGET3} ${mandir}/man3
-	${UNINSTALL} dlm_tool.8 ${mandir}/man8
+	${UNINSTALL} ${TARGET8} ${mandir}/man8




More information about the Cluster-devel mailing list