summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build2/globbing12
1 files changed, 12 insertions, 0 deletions
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.