diff options
Diffstat (limited to 'build2/globbing')
-rw-r--r-- | build2/globbing | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build2/globbing b/build2/globbing index d17e0b1..541c407 100644 --- a/build2/globbing +++ b/build2/globbing @@ -1,4 +1,4 @@ -- Need support for prerequisite globbing [feature 0.5.0] +- Support for prerequisite globbing [feature 0.5.0] * Need a syntax to say "all excluding these". @@ -10,3 +10,6 @@ * Probably both * (one level) and ** (recursive). * Probably only support wildcards in one component. + +* May make sense to provide generic support in libbutl since will probably + be used in other places (e.g., subprojects globbing). |