2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-19 14:22:10 +00:00

Corrected a bug in the Boost Build invalidate-extendable-viable-source-target-type-cache() rule located in the generators.jam module causing some cached data to be invalidated more often than needed. The bug had no other effects.

[SVN r48598]
This commit is contained in:
Jurko Gospodnetić
2008-09-05 02:34:12 +00:00
parent cd67c38e31
commit c5cb4455fc

View File

@@ -85,7 +85,7 @@ rule invalidate-extendable-viable-source-target-type-cache ( )
{
if $(.vst.$(type)) = *
{
.vst-cached-types += $(gen) ;
.vst-cached-types += $(type) ;
}
else
{