From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Peterson Date: Wed, 19 Jul 2006 09:23:12 -0500 Subject: [Cluster-devel] [PATCH 005/006] gfs: fsck needs extra cleaning In-Reply-To: <20060719104616.B9D5A2C00C8@gordian.int.fabbione.net> References: <20060719104616.B9D5A2C00C8@gordian.int.fabbione.net> Message-ID: <44BE4050.6080208@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Fabio M. Di Nitto wrote: > 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) Hi Fabio, ACK. Merged into CVS. Once again, thanks for your contributions. Bob Peterson Red Hat Cluster Suite