mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
not by project attribute. The problem with the previous interface was that it was not possible to mark target as explicit anywhere else, such as in helper module which declares target in project module, or in toolset module. * new/targets.jam (project-target.mark-target-as-explicit): New rule (project-target.targets-to-build): Use self.explicit-targets. * new/project.jam (project-attributes.set): Don't allow 'explicit-targets'. [SVN r18900]
Development code for new build system. To run unit tests for jam code, execute: bjam --debug --build-system=test Comprehensive tests require Python. See ../test/readme.txt