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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
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

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [Corosync Cluster Engine]     [GFS]     [Linux Virtualization]     [Centos Virtualization]     [Centos]     [Linux RAID]     [Fedora Users]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Camping]

  Powered by Linux