diff options
Diffstat (limited to 'libbuild2/parser.cxx')
-rw-r--r-- | libbuild2/parser.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx index 9f69117..f42666b 100644 --- a/libbuild2/parser.cxx +++ b/libbuild2/parser.cxx @@ -1171,6 +1171,12 @@ namespace build2 skip: ; } + + // @@ TODO: if this rule does dynamic member discovery of a + // see-through target group, then we may also need to + // register update for other meta-operations (see, for + // example, wildcard update registration in the cli + // module). } } } |