This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [patch/rfc] Skip .cvsfiles in src-release; Was: [rfa/binutils]distclean .cvsignore?


Andrew Cagney <cagney@gnu.org> writes:

>> Andrew Cagney <cagney@gnu.org> writes:
>> 
>>>> --- src-release	15 Jan 2004 23:24:29 -0000	1.9
>>>> +++ src-release	28 Feb 2004 19:59:01 -0000
>>>> @@ -208,11 +208,14 @@
>>>>  	-rm -f $(PACKAGE)-$(VER)
>>>>  	ln -s proto-toplev $(PACKAGE)-$(VER)
>>>>  +CVS_NAMES= \( -name CVS -o -name '\.cvsignore' \)
>> This won't match .cvsignore (it's a glob pattern, not a regex).
>
> Actually, it did (guess its a GNU find feature).

It's actually standard behaviour.  Sorry for confusion.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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