All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Peterson <rpeterso@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 005/006] gfs: fsck needs extra cleaning
Date: Wed, 19 Jul 2006 09:23:12 -0500	[thread overview]
Message-ID: <44BE4050.6080208@redhat.com> (raw)
In-Reply-To: <20060719104616.B9D5A2C00C8@gordian.int.fabbione.net>

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



      reply	other threads:[~2006-07-19 14:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 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=44BE4050.6080208@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.