0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/site_scons
Andy Schwerin 5455f1d95c SERVER-5254: Make LIBDEPS dependency order stable across SCons invocations.
Turns out that SCons.Node objects are compared on object identity (pointer),
not some value that's stable across invocations of SCons.  We now sort by
the "name" of the node (its string representation), instead, which stops
spurious builds.
2012-03-30 13:20:40 -04:00
..
site_tools SCons: Change implementation of MergeLibrary, to make its behavior consistent on Windows and 2012-01-20 22:33:40 -08:00
libdeps.py SERVER-5254: Make LIBDEPS dependency order stable across SCons invocations. 2012-03-30 13:20:40 -04:00