Browse Source

Further generators simplications.

1. If when generating something, we find more that one suitable generators,
   run them and more then one return something, immediately report ambiguity.
   Don't care if the produced targets are the same. This is better that
   running several generators all the time, performance wise.

2. Remove the notion of 'intermediate' virtual-targets. IIRC, they were used
   to prevent staging of RSP files, and we don't stage them anyway now.


[SVN r29491]
Vladimir Prus 21 years ago
parent
commit
28431e1f72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 900240c47d4a72fff95b2a5915ddfe7d4c4bf2cb
+Subproject commit 5fab631f5d63bf2f0e76c108137e1775cdabf7cc

粤ICP备19079148号