@@ -471,7 +471,6 @@ env.Library(
471471 "mongod_options.cpp" ,
472472 ],
473473 LIBDEPS = [
474- '$BUILD_DIR/mongo/db/storage/mmap_v1/mmap_v1_options' ,
475474 'repl/repl_settings' ,
476475 'repl/replica_set_messages' ,
477476 'server_options_servers' ,
@@ -695,6 +694,9 @@ env.Library(
695694 'index/index_access_method' ,
696695 'write_ops' ,
697696 ],
697+ LIBDEPS_PRIVATE = [
698+ '$BUILD_DIR/mongo/db/commands/server_status_core' ,
699+ ],
698700)
699701
700702env .Library (
@@ -857,19 +859,6 @@ env.Library(
857859 ],
858860)
859861
860- env .Library (
861- target = 'prefetch' ,
862- source = [
863- 'prefetch.cpp' ,
864- ],
865- LIBDEPS = [
866- 'dbhelpers' ,
867- 'index/index_access_method' ,
868- '$BUILD_DIR/mongo/db/stats/timer_stats' ,
869- '$BUILD_DIR/mongo/db/storage/mmap_v1/mmap' ,
870- ],
871- )
872-
873862env .Library (
874863 target = "rw_concern_d" ,
875864 source = [
@@ -886,6 +875,9 @@ env.Library(
886875 "storage/storage_options" ,
887876 "s/sharding" ,
888877 ],
878+ LIBDEPS_PRIVATE = [
879+ "commands/server_status_core" ,
880+ ],
889881)
890882
891883env .Library (
@@ -896,7 +888,6 @@ env.Library(
896888 LIBDEPS = [
897889 '$BUILD_DIR/mongo/db/catalog/collection' ,
898890 '$BUILD_DIR/mongo/db/catalog/database' ,
899- '$BUILD_DIR/mongo/db/storage/mmap_v1/repair_database_interface' ,
900891 'background' ,
901892 'logical_clock' ,
902893 ],
@@ -920,6 +911,7 @@ env.Library(
920911 ],
921912 LIBDEPS_PRIVATE = [
922913 '$BUILD_DIR/mongo/db/commands/fsync_locked' ,
914+ 'commands/server_status_core' ,
923915 'write_ops' ,
924916 ]
925917)
@@ -1035,6 +1027,9 @@ env.Library(
10351027 'storage/storage_options' ,
10361028 'update/update_driver' ,
10371029 ],
1030+ LIBDEPS_PRIVATE = [
1031+ "commands/server_status_core" ,
1032+ ],
10381033)
10391034
10401035env .Library (
@@ -1047,7 +1042,6 @@ env.Library(
10471042 LIBDEPS = [
10481043 "$BUILD_DIR/mongo/db/bson/dotted_path_support" ,
10491044 "$BUILD_DIR/mongo/db/logical_time_metadata_hook" ,
1050- "$BUILD_DIR/mongo/db/storage/mmap_v1/file_allocator" ,
10511045 "$BUILD_DIR/mongo/db/ttl_collection_cache" ,
10521046 "$BUILD_DIR/mongo/executor/network_interface_factory" ,
10531047 "$BUILD_DIR/mongo/s/catalog/sharding_catalog_client_impl" ,
@@ -1085,7 +1079,6 @@ env.Library(
10851079 "op_observer_d" ,
10861080 "ops/write_ops_parsers" ,
10871081 "pipeline/aggregation" ,
1088- "prefetch" ,
10891082 "query_exec" ,
10901083 "repair_database" ,
10911084 "repl/bgsync" ,
@@ -1111,8 +1104,6 @@ env.Library(
11111104 "stats/top" ,
11121105 "storage/devnull/storage_devnull" ,
11131106 "storage/ephemeral_for_test/storage_ephemeral_for_test" ,
1114- "storage/mmap_v1/mmap" ,
1115- "storage/mmap_v1/storage_mmapv1" ,
11161107 "storage/storage_engine_lock_file" ,
11171108 "storage/storage_engine_metadata" ,
11181109 "storage/storage_init_d" ,
0 commit comments