From 729b56300c441a0d63c7d2013eb5a881211d352b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Jul 2015 12:20:53 +0200 Subject: Initial support for target type/pattern-specific variables --- build/target | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build/target') 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; -- cgit v1.1