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

Issue 163103003: Fix sysroot_ld_path.sh to correctly process the included configs. (Closed)

Created:
6 years, 10 months ago by Alexander Potapenko
Modified:
6 years, 10 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews, ostap
Visibility:
Public.

Description

Fix sysroot_ld_path.sh to correctly process the included configs. The $included_files var contains a list of paths relative to the sysroot. However calling `ls $included_files` gives us a list of paths relative to the host system root, which is obviously wrong. We need to do `ls $root$included_files` instead. BUG=324207 R=thestig@chromium.org CC=sl.ostapenko@samsung.com Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251356

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -9 lines) Patch
M build/linux/sysroot_ld_path.sh View 1 2 1 chunk +13 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Alexander Potapenko
Please take a look. Without this change sysroot_ld_path.sh fails for me when I'm trying to ...
6 years, 10 months ago (2014-02-13 08:48:02 UTC) #1
Lei Zhang
It's the middle of the night for me, so check what I write carefully. :) ...
6 years, 10 months ago (2014-02-13 09:26:18 UTC) #2
Alexander Potapenko
Seems to work (PS2) Are there trybots exploiting this code?
6 years, 10 months ago (2014-02-13 10:49:19 UTC) #3
Lei Zhang
On 2014/02/13 10:49:19, Alexander Potapenko wrote: > Seems to work (PS2) > Are there trybots ...
6 years, 10 months ago (2014-02-13 10:53:54 UTC) #4
Alexander Potapenko
Done. Will commit when the bot passes.
6 years, 10 months ago (2014-02-13 13:34:32 UTC) #5
Lei Zhang
lgtm
6 years, 10 months ago (2014-02-13 19:17:06 UTC) #6
Alexander Potapenko
6 years, 10 months ago (2014-02-14 17:03:22 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r251356 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698