diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 06:31:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 06:31:22 +0200 |
commit | cde4f7847072099db6728bfbf109dafcfeed225f (patch) | |
tree | 65bcb901f0056e9db25255379dc96ea9852221e2 | |
parent | 17a5121cb9f730efddf1e6de7018457410805b70 (diff) |
Update feature: Support for prerequisite 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). |