Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(134)

Issue 117680043: code review 117680043: dist: fix Plan 9 build (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by 0intro
Modified:
10 years, 6 months ago
Reviewers:
gobot, iant, dvyukov
CC:
iant, golang-codereviews
Visibility:
Public.

Description

dist: fix Plan 9 build Since CL 115060044, mkanames declares an empty array in anames8.c and anames6.c, which is not valid for the Plan 9 compiler. char* cnames8[] = { }; This change makes mkanames not declaring the cnames array when no C_ constants are found.

Patch Set 1 #

Patch Set 2 : diff -r 8012587c5e3b https://code.google.com/p/go #

Patch Set 3 : diff -r 8012587c5e3b https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M src/cmd/dist/buildgc.c View 3 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 7
0intro
Hello minux (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 9 months ago (2014-08-06 08:57:39 UTC) #1
iant
LGTM
10 years, 9 months ago (2014-08-06 13:10:36 UTC) #2
iant
*** Submitted as https://code.google.com/p/go/source/detail?r=98c597959808 *** dist: fix Plan 9 build Since CL 115060044, mkanames declares ...
10 years, 9 months ago (2014-08-06 13:11:49 UTC) #3
gobot
This CL appears to have broken the freebsd-amd64-race builder. See http://build.golang.org/log/08f6845ff56ba26e380d39f678275ed03072ba19
10 years, 9 months ago (2014-08-06 14:26:04 UTC) #4
iant
On Wed, Aug 6, 2014 at 7:26 AM, <gobot@golang.org> wrote: > This CL appears to ...
10 years, 9 months ago (2014-08-06 14:31:06 UTC) #5
dvyukov
Ha! It's a real [unrelated] bug. Filed: https://code.google.com/p/go/issues/detail?id=8483 On Wed, Aug 6, 2014 at 6:31 ...
10 years, 9 months ago (2014-08-06 14:50:13 UTC) #6
minux
10 years, 9 months ago (2014-08-06 21:38:43 UTC) #7
Thank you very much David.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b