mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Don't even call the 'init' rule of toolset twice.
[SVN r21224]
This commit is contained in:
@@ -20,7 +20,11 @@ import generators ;
|
||||
rule using ( toolset-module : * )
|
||||
{
|
||||
import $(toolset-module) ;
|
||||
$(toolset-module).init $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
|
||||
if ! $(.$(toolset-module)-init-callled)
|
||||
{
|
||||
$(toolset-module)-init-callled = true ;
|
||||
$(toolset-module).init $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
|
||||
}
|
||||
}
|
||||
|
||||
# Expands subfeatures in each property sets.
|
||||
|
||||
Reference in New Issue
Block a user