From 8c3891cee4badac9e6397ce9fadbc9438ad6804b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 25 Sep 2016 06:25:37 +0200 Subject: Add feature: Need support for prerequisite globbing --- build2/globbing | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build2/globbing diff --git a/build2/globbing b/build2/globbing new file mode 100644 index 0000000..d17e0b1 --- /dev/null +++ b/build2/globbing @@ -0,0 +1,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. -- cgit v1.1