2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-20 02:32:13 +00:00

Revert "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 reverts commit 327890fe2b.
This commit is contained in:
Rene Rivera
2015-02-27 11:13:07 -06:00
parent e9c3ddd3d9
commit 765c3af806

View File

@@ -446,8 +446,9 @@ 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) : $(__name__) ] ;
: $(self.type) : $(ps) ] ;
}
else
{