0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/site_scons
Andy Schwerin 7711aed31d SERVER-9670 Use LIBDEPS to declare dependents in addition to prerequisites.
To achieve this, the "direct prerequisites" for a File node are stored in the
node's attributes object, instead of in the build environment for the node.
This allows the emitter for nodes to amend _other nodes_ prerequisites.  After that,
this change is trivial.  Introduce a LIBDEPS_DEPENDENTS environment variable that sets
the named dependents of a node, while the existing LIBDEPS variable may be considered
the direct prerequisites.
2013-07-09 16:11:48 -04:00
..
site_tools SERVER-7892 Do not strip indentation in JavaScript source code 2013-03-18 13:14:06 -04:00
libdeps.py SERVER-9670 Use LIBDEPS to declare dependents in addition to prerequisites. 2013-07-09 16:11:48 -04:00