From cde4f7847072099db6728bfbf109dafcfeed225f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 25 Sep 2016 06:31:22 +0200 Subject: Update feature: Support for prerequisite globbing --- build2/globbing | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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). -- cgit v1.1