summaryrefslogtreecommitdiff
path: root/etc/scons/experimental_unified_ninja.vars
diff options
context:
space:
mode:
authorTausif Rahman <tausif.rahman@mongodb.com>2022-08-26 13:56:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-26 14:40:49 +0000
commit41d0a45aaf90b8e4e9a91f13a72e5623ecd963c4 (patch)
tree67e6ca05bf13d0c4b74e149143be93ee7fe2c022 /etc/scons/experimental_unified_ninja.vars
parent3b17e5f7916fdf1a21dd162a079aeb9d06ca9425 (diff)
downloadmongo-41d0a45aaf90b8e4e9a91f13a72e5623ecd963c4.tar.gz
SERVER-68003 Make experiment_unified_ninja.vars the default
Diffstat (limited to 'etc/scons/experimental_unified_ninja.vars')
-rw-r--r--etc/scons/experimental_unified_ninja.vars7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/scons/experimental_unified_ninja.vars b/etc/scons/experimental_unified_ninja.vars
index 21e03e71296..fe1f1febe89 100644
--- a/etc/scons/experimental_unified_ninja.vars
+++ b/etc/scons/experimental_unified_ninja.vars
@@ -1,6 +1,9 @@
+# This file is now empty and the settings have been made the default.
+# This file exists only to prevent breakage when used with existing command line invocations.
+
# Configures the build for building with a unified ninja
# Each configuration will share a ninja log
# This allows the output binaries of each configuration to share a common directory
-NINJA_BUILDDIR="$BUILD_ROOT/ninja"
-DESTDIR="$BUILD_ROOT/install"
+# NINJA_BUILDDIR="$BUILD_ROOT/ninja"
+# DESTDIR="$BUILD_ROOT/install"