mirror of
https://github.com/boostorg/build.git
synced 2026-02-02 20:52:13 +00:00
The <tag> rule if often used in Jamfile like this: <tag>@$(__name__).rule. The __name__ looks like Jamfile<jamfiles'directory>. When directory has a dot, we we confused and took the part till the first dot as the name of module. Now, such values are processed closer to the definition point, where we know the name of the module and don't need to guess it by looking at the name. Thanks to Juergen Hunold for the bug report. [SVN r28063]