* [Cluster-devel] [PATCH 005/006] gfs: fsck needs extra cleaning
@ 2006-07-19 10:46 Fabio M. Di Nitto
2006-07-19 14:23 ` Robert Peterson
0 siblings, 1 reply; 2+ messages in thread
From: Fabio M. Di Nitto @ 2006-07-19 10:46 UTC (permalink / raw)
To: cluster-devel.redhat.com
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)
^ permalink raw reply [flat|nested] 2+ messages in thread* [Cluster-devel] [PATCH 005/006] gfs: fsck needs extra cleaning
2006-07-19 10:46 [Cluster-devel] [PATCH 005/006] gfs: fsck needs extra cleaning Fabio M. Di Nitto
@ 2006-07-19 14:23 ` Robert Peterson
0 siblings, 0 replies; 2+ messages in thread
From: Robert Peterson @ 2006-07-19 14:23 UTC (permalink / raw)
To: cluster-devel.redhat.com
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-19 14:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-19 10:46 [Cluster-devel] [PATCH 005/006] gfs: fsck needs extra cleaning Fabio M. Di Nitto
2006-07-19 14:23 ` Robert Peterson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.