Browse Source

* build/targets.jam
(project-target.generate)
(main-target.generate):
When returning targets, remove duplicates. Since all generates pass though
all targets they can't handle, it's possible that targets that are never
used (such as .dll on windows), bubble up and 'all' depends on it many
times, which might be inefficient.


[SVN r21218]

Vladimir Prus 22 years ago
parent
commit
eec06f3c4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 8e1a1897077b2d322f99eecf260944d33f3756ed
+Subproject commit 90938dce5d8c4719075886d7ebe59696d97eff2b

粤ICP备19079148号