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:


--- 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). Anyway, committed minus that '\'. In testing this I noticed a few other CVS files that it wouldn't hurt to prune (but I'll follow that up after GDB's branched).


Andrew



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