From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Peterson Date: Wed, 28 Jun 2006 09:16:02 -0500 Subject: [Cluster-devel] [PATCH 004/008] gfs2 fsck needs more cleaning In-Reply-To: <20060628113411.1F2E62C03C3@gordian.int.fabbione.net> References: <20060628113411.1F2E62C03C3@gordian.int.fabbione.net> Message-ID: <44A28F22.6020204@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: > gfs2/fsck leaves *.d files around. Remove them on clean instead of distclean. > > diff -urNad redhat-cluster-suite-2.20060621~/gfs2/fsck/Makefile redhat-cluster-suite-2.20060621/gfs2/fsck/Makefile > --- redhat-cluster-suite-2.20060621~/gfs2/fsck/Makefile 2006-06-21 05:53:41.000000000 +0200 > +++ redhat-cluster-suite-2.20060621/gfs2/fsck/Makefile 2006-06-21 06:57:16.000000000 +0200 > @@ -40,13 +40,13 @@ > test_bitmap: test_bitmap.o log.o > $(CC) $(CFLAGS) $^ -o $@ > clean: > - @rm -f gfs2_fsck *.o *~ > + @rm -f gfs2_fsck *.o *~ *.d > > copytobin: gfs2_fsck > cp gfs2_fsck ${top_srcdir}/bin > > distclean: clean > - @rm -f *.d cscope.* gfs2_fsck test_inode_list *.orig *.rej test_block_list test_bitmap > + @rm -f cscope.* gfs2_fsck test_inode_list *.orig *.rej test_block_list test_bitmap > > > gfs2_fsck.pot: $(sources) Hi Fabio, ACK. Thanks for your input; I've committed this one to CVS. Regards, Bob Peterson Red Hat Cluster Suite