X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.cpp;h=353bc29a74588945142b29b536bfa17e201ec1e7;hb=8bc8db44c47cd2906c57dccbfb589e41eff7f694;hp=98e2a0721c0895308f19c828d9a01eb22c9c3c3f;hpb=bb5c048950a011f181cb3235ed2b0b2677869171;p=builder.git diff --git a/source/builder.cpp b/source/builder.cpp index 98e2a07..353bc29 100644 --- a/source/builder.cpp +++ b/source/builder.cpp @@ -583,6 +583,9 @@ int Builder::create_targets() world->prepare(); } + for(PackageMap::iterator i=packages.begin(); i!=packages.end(); ++i) + i->second->get_deps_cache().save(); + return 0; }