I've created a generator (cpplint.jam) that calls a python script (here) that runs some checks on my source code and it does not depend on properties like variant, toolset, threading etc, but b2 create my output files under /variant/toolset/...

How to change that behavior? I want to create the output files under build-dir root.