Просмотр исходного кода

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]

Vladimir Prus 21 лет назад
Родитель
Сommit
f8ea276487
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit b0aade801abec486ecb3beaabb5f978a5e2ed957
+Subproject commit cde2b788a98ba7681f8446887b5c4cd0f822937c

粤ICP备19079148号