diff --git a/v2/build/toolset.jam b/v2/build/toolset.jam index 7bb4ce6c6..762a1f55e 100644 --- a/v2/build/toolset.jam +++ b/v2/build/toolset.jam @@ -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.