Chromium Code Reviews| Index: build/SConscript.main |
| =================================================================== |
| --- build/SConscript.main (revision 4895) |
| +++ build/SConscript.main (working copy) |
| @@ -459,6 +459,10 @@ |
| ) |
| linux_env.Replace( |
| + # Linking of large files uses lots of RAM, so serialize links |
| + # using the handy flock command from util-linux. |
| + LINK = 'flock ' + linux_env['TARGET_ROOT'] + '/linker.lock ' + linux_env['LINK'], |
|
Evan Martin
2008/11/10 22:00:16
I wonder if you can get away with the "$FOO" patte
|
| + |
| # We have several cases where archives depend on each other in a cyclic |
| # fashion. (V8Bindings, libport and WebCore being the most significant |
| # example.) Since the GNU linker does only a single pass over the archives |