The Program and Library declarations for mongod, mongos, and mongo all currently reside in src/mongo/SConscript. This was necessary before SERVER-47277 in order to support --install-mode=legacy. With the resolution of SERVER-47277, we can now push the declaration for mongod and the associated Library nodes down into src/mongo/db/SConscript. The mongos relevant parts can move to src/mongo/s/SConscript and the mongo relevant parts can move to src/mongo/shell.
- causes
-
SERVER-50257 Retarget erroneous reverse dependency edges in community
- Closed
- depends on
-
SERVER-47277 Remove support for non-hygienic builds
- Closed