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:
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user