]> git.tdb.fi Git - builder.git/blobdiff - source/cache.cpp
Save caches before starting the build
[builder.git] / source / cache.cpp
index a2d68248d14a91fcb641b9c76c59df5e0772f896..de4643c4bf23abe1f9eb640a90756503d2e3313e 100644 (file)
@@ -149,4 +149,6 @@ void Cache::save() const
                for(ValueList::const_iterator j=i->second.begin(); j!=i->second.end(); ++j)
                        write_string(out, *j);
        }
+
+       changed = false;
 }