Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Issue 9463: Serialize links on Linux. Should fix http://code.google.com/p/chromium/issue... (Closed)

Created:
12 years, 1 month ago by dank
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M build/SConscript.main View 1 1 chunk +4 lines, -0 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
dank
This serializes all links, but the extra serialization shouldn't be harmful. A lock file is ...
12 years, 1 month ago (2008-11-06 19:56:55 UTC) #1
Evan Martin
I'm glad you're doing this! http://codereview.chromium.org/9463/diff/1/2 File build/SConscript.main (right): http://codereview.chromium.org/9463/diff/1/2#newcode464 Line 464: LINK = 'flock ...
12 years, 1 month ago (2008-11-06 20:17:42 UTC) #2
dank
This time the lock file is in the build directory, and I reuse the old ...
12 years, 1 month ago (2008-11-06 20:49:52 UTC) #3
dank
I think it's ok. Can I get an LGTM?
12 years, 1 month ago (2008-11-10 21:40:54 UTC) #4
Evan Martin
12 years, 1 month ago (2008-11-10 22:00:16 UTC) #5
LGTM either way

http://codereview.chromium.org/9463/diff/203/5
File build/SConscript.main (right):

http://codereview.chromium.org/9463/diff/203/5#newcode464
Line 464: LINK = 'flock ' + linux_env['TARGET_ROOT'] + '/linker.lock ' +
linux_env['LINK'],
I wonder if you can get away with the "$FOO" pattern used in the commands
nearby?

Powered by Google App Engine
This is Rietveld 408576698