Просмотр исходного кода
Fix a regression in dependency tracking. Seems like all "include"
values were ignored since we tried to find <include>XXX element in a
list consisting of a single property-set instance.
* build/virtual-target.jam:
(action.actualize-source-type): Add new parameter. We were
using 'properties' which were defined in caller without explicitly
passing them.
(action.actualize-sources): New parameter 'property-set'.
(action.actualy): Pass property set to actualize-sources.
* build/type.jam
(get-scanner): Accept property-set, not property list.
[SVN r26526]