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

Optimization. Avoid unnecessary calls for virtual-target.str.

[SVN r26575]
This commit is contained in:
Vladimir Prus
2004-12-22 08:42:23 +00:00
parent b17a079f11
commit a99988ef99

View File

@@ -536,7 +536,7 @@ class generator
: $(sources[1]) : $(multiple) : true : _c _b ;
if ! $(_c)
{
generators.dout [ indent ] " failed to convert " [ $(sources[1]).str ] ;
generators.dout [ indent ] " failed to convert " $(sources[1]) ;
# failed = true ;
}
$(consumed-var) += $(_c) ;