Browse Source

* build/generators.jam (construct): In addition of not passing intermediate
targets to generators, also return them in together which produced targets.
This means that intermediate target will be passed though all target and
eventually end up as dependency of 'all', thereby avoiding the warning
about independent targets.

Besides, the reason why intermediate target were invented still applies:
we want main targets like 'stage' to see all produced targets.

Thanks to Mark Elston for poiting out on the warning.


[SVN r23106]

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

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit aea2f1aa585a0365dc82c7cd1893465bc01c8088
+Subproject commit c954974634b89c26beb5d9e6ef103c41e3e0bef4

粤ICP备19079148号