mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 13:42:14 +00:00
(make-qualified): Bugfix. When processing gcc.link.dll rule, take 'gcc' as module name, not 'gcc.link'. The previous behaviour caused 'gcc.link.dll' to be called in context of 'gcc.link' module. As the result the global definition of 'gcc.link.dll' was called. That definition is created by jam when it sees 'actions gcc.link.dll' and has no executable code associated with it. So, rule 'gcc.link.dll' was never executed. [SVN r20009]
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