summaryrefslogtreecommitdiff
path: root/build2/globbing
blob: d17e0b1a8b417094c58657a3d6e99e26cde0e625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- Need support for prerequisite globbing [feature 0.5.0]

* Need a syntax to say "all excluding these".

  {*/ -build/ -doc/}
  {*/ - build/ doc/}

* There is POSIX glob(7) API.

* Probably both * (one level) and ** (recursive).

* Probably only support wildcards in one component.