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

Don't assign build properties as target's usage requirements when it fails to
generate.

We try to avoid building the same target twice, by caching the result of
previous calls to target.generate, and returning it if a build request
with the same property set is made. When the target fails to generate,
for example due to <build>no property, we used to store the entire
build property set as the usage requirements of the build. This is clearly,
wrong, this patch makes us store <build>no as usage requirements instead.

Fixes #1816.


[SVN r45245]

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

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit cb5da6afd41c9ac262ffb0ceb7fcd277eee40e1d
+Subproject commit e1b68398ecc4a8754475338821e3015a74bdf40c

粤ICP备19079148号