summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2020-11-23 21:04:08 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-25 03:21:49 +0000
commitfa271cc17cee33342432d2c080889bf00fbfb8d8 (patch)
tree3976c7f859db24f52af573127ef72b207d3aebc5 /SConstruct
parent8e7ad370f7d35501a9fdd563456b361cbb133d86 (diff)
downloadmongo-fa271cc17cee33342432d2c080889bf00fbfb8d8.tar.gz
SERVER-52567 added basic functions for graph analyzer CLI tool and improved graph generation.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct7
1 files changed, 1 insertions, 6 deletions
diff --git a/SConstruct b/SConstruct
index 3ef6caa14d2..0fc772c2b75 100644
--- a/SConstruct
+++ b/SConstruct
@@ -4998,9 +4998,4 @@ for i, s in enumerate(BUILD_TARGETS):
# SConscripts have been read but before building begins.
if get_option('build-tools') == 'next':
libdeps.LibdepLinter(env).final_checks()
- env.Command(
- target="${BUILD_DIR}/libdeps/libdeps.graphml",
- source=env.get('LIBDEPS_SYMBOL_DEP_FILES', []),
- action=SCons.Action.FunctionAction(
- libdeps.generate_graph,
- {"cmdstr": "Generating libdeps graph"}))
+ libdeps.generate_libdeps_graph(env) \ No newline at end of file