This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] AR Index: Ignore gnulib directory


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]