2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Add target argument to tag rule invocations so that tag rules can get infmration on the specific target they are naming. This is useful, for eaxmple, in finding the sources and basing name changes on that.

This commit is contained in:
Rene Rivera
2015-02-26 21:08:43 -06:00
parent 37acf89aad
commit 327890fe2b

View File

@@ -446,9 +446,8 @@ class abstract-file-target : virtual-target
errors.error <tag>@rulename is present but is not the only
<tag> feature. ;
}
self.name = [ indirect.call $(rule-name) $(specified-name)
: $(self.type) : $(ps) ] ;
: $(self.type) : $(ps) : $(__name__) ] ;
}
else
{