[Cluster-devel] [PATCH 005/006] gfs: fsck needs extra cleaning

Fabio M. Di Nitto fabbione at ubuntu.com
Wed Jul 19 10:46:16 UTC 2006


This is the same patch i did send for gfs2_fsck in the last batch.
Make sure to clean up *.d files and remove gfs_fsck binary.

Index: gfs/gfs_fsck/Makefile
===================================================================
RCS file: /cvs/cluster/cluster/gfs/gfs_fsck/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- gfs/gfs_fsck/Makefile	2 Feb 2005 06:10:21 -0000	1.4
+++ gfs/gfs_fsck/Makefile	19 Jul 2006 10:06:48 -0000
@@ -42,13 +42,13 @@
 test_bitmap: bitmap.o test_bitmap.o log.o
 	$(CC) $(CFLAGS) $^ -o $@
 clean:
-	@rm -f *.o *~
+	@rm -f *.o *~ *.d gfs_fsck
 
 copytobin: gfs_fsck
 	cp gfs_fsck ${top_srcdir}/bin
 
 distclean: clean
-	@rm -f *.d cscope.* gfs_fsck test_inode_list *.orig *.rej test_block_list test_bitmap
+	@rm -f cscope.* test_inode_list *.orig *.rej test_block_list test_bitmap
 
 
 gfs_fsck.pot: $(sources)




More information about the Cluster-devel mailing list