* [Cluster-devel] [PATCH 004/008] gfs2 fsck needs more cleaning
@ 2006-06-28 11:34 Fabio M. Di Nitto
2006-06-28 14:16 ` Robert Peterson
0 siblings, 1 reply; 2+ messages in thread
From: Fabio M. Di Nitto @ 2006-06-28 11:34 UTC (permalink / raw)
To: cluster-devel.redhat.com
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)
^ permalink raw reply [flat|nested] 2+ messages in thread* [Cluster-devel] [PATCH 004/008] gfs2 fsck needs more cleaning
2006-06-28 11:34 [Cluster-devel] [PATCH 004/008] gfs2 fsck needs more cleaning Fabio M. Di Nitto
@ 2006-06-28 14:16 ` Robert Peterson
0 siblings, 0 replies; 2+ messages in thread
From: Robert Peterson @ 2006-06-28 14:16 UTC (permalink / raw)
To: cluster-devel.redhat.com
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-28 14:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 11:34 [Cluster-devel] [PATCH 004/008] gfs2 fsck needs more cleaning Fabio M. Di Nitto
2006-06-28 14:16 ` Robert Peterson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).