From: "Pierre Muller" <muller@ics.u-strasbg.fr>
To: "'Joel Brobecker'" <brobecker@adacore.com>
Cc: <gdb-patches@sourceware.org>
Subject: [PATCH] AR Index: Ignore gnulib directory
Date: Tue, 24 Mar 2009 07:22:00 -0000 [thread overview]
Message-ID: <000901c9ac4f$f4cd2a10$de677e30$@u-strasbg.fr> (raw)
In-Reply-To: <20090324024012.GQ9472@adacore.com>
I committed this with the following commit message:
* gdb_find.sh: Ignore gnulib files as they are imported.
Thanks for the approval, Joel.
Pierre Muller
Pascal language support maintainer for GDB
$ cvs diff -up gdb_find.sh
Index: gdb_find.sh
===================================================================
RCS file: /cvs/gdbadmin/ss/gdb_find.sh,v
retrieving revision 1.11
diff -u -p -r1.11 gdb_find.sh
--- gdb_find.sh 24 Oct 2007 20:24:55 -0000 1.11
+++ gdb_find.sh 24 Mar 2009 07:09:46 -0000
@@ -6,6 +6,7 @@ find "$@" \
-name signals -prune -o \
-name testsuite -prune -o \
-name gdbserver -prune -o \
+ -name gnulib -prune -o \
-name rdi-share -prune -o \
-name osf-share -prune -o \
-name nlm -prune -o \
> -----Message d'origine-----
> De : Joel Brobecker [mailto:brobecker@adacore.com]
> Envoyé : Tuesday, March 24, 2009 3:40 AM
> À : Pierre Muller
> Cc : gdb-patches@sourceware.org
> Objet : Re: [RFA] AR Index: Add exceptions for gnulib/string.in.h
>
> > This can be done by adding a simple line in gdb_find.sh
> >
> > -name gnulib -prune -o \
> >
> > Would that be a better change?
>
> Yes - that would seem like the right thing to do (thanks for you
> feedback, Tom!). Go ahead and commit that change. I don' think
> that other maintainers will want us to check these files against
> the ARI, but it's always easy to undo that change if some do.
>
> Can you also post the patch you ended up checking in, just for
> the record?
>
> Thanks,
> --
> Joel
next prev parent reply other threads:[~2009-03-24 7:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-23 23:14 [RFA] AR Index: Add exceptions for gnulib/string.in.h Pierre Muller
2009-03-23 23:36 ` Joel Brobecker
2009-03-24 0:00 ` Pierre Muller
2009-03-24 2:44 ` Joel Brobecker
2009-03-24 7:22 ` Pierre Muller [this message]
2009-03-24 1:27 ` Tom Tromey
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='000901c9ac4f$f4cd2a10$de677e30$@u-strasbg.fr' \
--to=muller@ics.u-strasbg.fr \
--cc=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox