2
0
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:
Vladimir Prus
2003-12-11 13:42:40 +00:00
parent aed5122119
commit 2d54410b6c

View File

@@ -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.