gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] tla1.1 plans


From: Colin Walters
Subject: Re: [Gnu-arch-users] tla1.1 plans
Date: Mon, 15 Sep 2003 21:05:29 -0400

On Mon, 2003-09-15 at 19:56, Miles Bader wrote:

> My initial assumption was that you could just match each file twice against
> the current regexps, once with the basename (as now), and once with the full
> path. 

Ug.  I'd rather see something like this:

directory bla/baz {
  junk '\.lo'
  unrecognized '\.c'
}

directory foo {
  junk '^(test-foo|test-bar)$'
}

The syntax here being irrelevant; the important part is that we still
only match each regexp against a base file name, not pathname.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]