summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMathew Robinson <mathew@chasinglogic.io>2020-02-24 13:14:08 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-27 16:47:42 +0000
commitabcbc1ea9de96ac463720445c1e42080b417a8eb (patch)
tree25da5c440df8ab1837f9062b40929cc0be69175b /SConstruct
parent10fdb0d133169c8deabfb08318f0e8b6833478bd (diff)
downloadmongo-abcbc1ea9de96ac463720445c1e42080b417a8eb.tar.gz
SERVER-46129 Ignore things that aren't builders when hooking into emitters for the ninja file
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 3ad84451997..c3637aa1e37 100644
--- a/SConstruct
+++ b/SConstruct
@@ -4514,7 +4514,6 @@ cachePrune = env.Command(
)
env.AlwaysBuild(cachePrune)
-env.Alias('cache-prune', cachePrune)
if get_option('install-mode') == 'hygienic':
env.FinalizeInstallDependencies()