[Linux-cluster] [PATCH] clean fence/bin and gfs/bin

Bastian Blank bastian at waldi.eu.org
Wed Sep 15 13:28:33 UTC 2004


On Wed, Sep 15, 2004 at 02:42:22PM +0200, Bastian Blank wrote:
> The Makefiles in the fence and gfs directory doesn't clean the bin
> directories. The attached patch fixes this.

I attached the wrong patch by accident.

Bastian

-- 
A woman should have compassion.
		-- Kirk, "Catspaw", stardate 3018.2
-------------- next part --------------
Index: fence/Makefile
===================================================================
RCS file: /cvs/cluster/cluster/fence/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- fence/Makefile	24 Jun 2004 08:53:10 -0000	1.1
+++ fence/Makefile	15 Sep 2004 12:40:32 -0000
@@ -20,6 +20,7 @@
 
 clean:
 	cd agents && ${MAKE} clean
+	cd bin && ${MAKE} clean
 	cd fence_node && ${MAKE} clean
 	cd fence_tool && ${MAKE} clean
 	cd fenced && ${MAKE} clean
Index: gfs/Makefile
===================================================================
RCS file: /cvs/cluster/cluster/gfs/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- gfs/Makefile	24 Jun 2004 08:53:20 -0000	1.1
+++ gfs/Makefile	15 Sep 2004 12:40:32 -0000
@@ -30,6 +30,7 @@
 	cd gfs_tool && ${MAKE} copytobin
 
 clean:
+	cd bin && ${MAKE} clean
 	cd gfs_edit && ${MAKE} clean
 	cd gfs_fsck && ${MAKE} clean
 	cd gfs_grow && ${MAKE} clean
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/linux-cluster/attachments/20040915/c0ad383b/attachment.sig>


More information about the Linux-cluster mailing list