From 765c3af80619b83e35fbfe2314a63cd63e388981 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 27 Feb 2015 11:13:07 -0600 Subject: [PATCH] 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 327890fe2b5f8a73e69d383f96e77d33e3eb805e. --- src/build/virtual-target.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/build/virtual-target.jam b/src/build/virtual-target.jam index 822596f3a..3ceb5a7af 100644 --- a/src/build/virtual-target.jam +++ b/src/build/virtual-target.jam @@ -446,8 +446,9 @@ class abstract-file-target : virtual-target errors.error @rulename is present but is not the only feature. ; } + self.name = [ indirect.call $(rule-name) $(specified-name) - : $(self.type) : $(ps) : $(__name__) ] ; + : $(self.type) : $(ps) ] ; } else {