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

Unbreak 'searched_lib.py'.

* new/virtual-target.jam
  (null-action): Pass '.no-action' as action name, not 'no-action'. The
  action name is really dummy, it's not used at all. However, when it does
  not include dot, the smart 'action' ctor will assume it's local and prepend
  module name to it. The calling module will be 'null-action' instance module,
  always unique, and as result, no two targets with null actions will be
  equal, as far as 'virtual-target.register' is concerned.


[SVN r18424]
Vladimir Prus 23 лет назад
Родитель
Сommit
5c4b8228ef
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit a7d40e46c4cca0854a08cd54aac1f7bc231e5dfc
+Subproject commit a644f2547e21e3c92e006a0d9332961a626e882d

粤ICP备19079148号