|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r48598 - trunk/tools/build/v2/build
From: jurko.gospodnetic_at_[hidden]
Date: 2008-09-04 22:34:13
Author: jurko
Date: 2008-09-04 22:34:12 EDT (Thu, 04 Sep 2008)
New Revision: 48598
URL: http://svn.boost.org/trac/boost/changeset/48598
Log:
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.
Text files modified:
trunk/tools/build/v2/build/generators.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/build/generators.jam
==============================================================================
--- trunk/tools/build/v2/build/generators.jam (original)
+++ trunk/tools/build/v2/build/generators.jam 2008-09-04 22:34:12 EDT (Thu, 04 Sep 2008)
@@ -85,7 +85,7 @@
{
if $(.vst.$(type)) = *
{
- .vst-cached-types += $(gen) ;
+ .vst-cached-types += $(type) ;
}
else
{
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk