From: Robert Peterson <rpeterso@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 004/008] gfs2 fsck needs more cleaning
Date: Wed, 28 Jun 2006 09:16:02 -0500 [thread overview]
Message-ID: <44A28F22.6020204@redhat.com> (raw)
In-Reply-To: <20060628113411.1F2E62C03C3@gordian.int.fabbione.net>
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
prev parent reply other threads:[~2006-06-28 14:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44A28F22.6020204@redhat.com \
--to=rpeterso@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.