diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-29 12:20:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-29 12:20:53 +0200 |
commit | 729b56300c441a0d63c7d2013eb5a881211d352b (patch) | |
tree | d363c5f282b910e1f014161e24c6dfc6a5fcba40 /build/target | |
parent | 1cf1603cae3064aff734f52d23c06098e81a8111 (diff) |
Initial support for target type/pattern-specific variables
Diffstat (limited to 'build/target')
-rw-r--r-- | build/target | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/target b/build/target index 6ee65f4..f777268 100644 --- a/build/target +++ b/build/target @@ -259,8 +259,9 @@ namespace build variable_map vars; // Lookup, including in groups to which this target belongs and - // then in outer scopes. If you only want to lookup in this target, - // do it on the the variables map directly. + // then in outer scopes (including target type/pattern-specific + // variables). If you only want to lookup in this target, do it + // on the the variable map directly. // value_proxy operator[] (const variable&) const; |