diff options
author | Andrew Morrow <acm@mongodb.com> | 2016-08-12 15:06:02 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2016-08-15 18:36:28 -0400 |
commit | dacf1667d1e650b4854ad33738b63ff379faec92 (patch) | |
tree | 63e0247eb0291604c4e76f254ce2606edd9925b8 /SConstruct | |
parent | 2114a082f97dbe4263b10b836aca3332af5caca2 (diff) | |
download | mongo-dacf1667d1e650b4854ad33738b63ff379faec92.tar.gz |
SERVER-25402 Fewer binaries depend on interpolated version info
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 358bd840180..c4a8ba07ffd 100644 --- a/SConstruct +++ b/SConstruct @@ -2947,6 +2947,10 @@ all = env.Alias('all', ['core', 'tools', 'dbtest', 'unittests', 'integration_tes # Require everything to be built before trying to extract build dependency information env.Requires(dependencyDb, all) +# We don't want installing files to cause them to flow into the cache, +# since presumably we can re-install them from the origin if needed. +env.NoCache(env.FindInstalledFiles()) + # Substitute environment variables in any build targets so that we can # say, for instance: # |