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

Issue 7095067: code review 7095067: cmd/go: fix build -n for cgo enabled packages (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by ality
Modified:
12 years, 5 months ago
Reviewers:
CC:
golang-dev, minux1, rsc
Visibility:
Public.

Description

cmd/go: fix build -n for cgo enabled packages

Patch Set 1 #

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

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

Total comments: 1

Patch Set 4 : diff -r 185eb42ac938 https://code.google.com/p/go/ #

Total comments: 1

Patch Set 5 : diff -r 641610fb865a https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -0 lines) Patch
M src/cmd/go/build.go View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 8
ality
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
12 years, 5 months ago (2013-01-21 02:41:47 UTC) #1
minux1
Aha, buildscripts, definitely helpful when porting Go to another platform. I wish the cmd/dist command ...
12 years, 5 months ago (2013-01-21 02:50:53 UTC) #2
ality
minux.ma@gmail.com once said: > I wish the cmd/dist command also have this feature. Me too. ...
12 years, 5 months ago (2013-01-21 03:04:48 UTC) #3
minux1
LGTM. Please wait for rsc.
12 years, 5 months ago (2013-01-21 04:15:54 UTC) #4
rsc
NOT LGTM The -n flag means "do not run commands". I think that definition trumps ...
12 years, 5 months ago (2013-01-22 18:47:19 UTC) #5
ality
PTAL I changed it to use minux's suggestion instead of toggling the -n flag. Does ...
12 years, 5 months ago (2013-01-30 06:29:09 UTC) #6
rsc
LGTM https://codereview.appspot.com/7095067/diff/11001/src/cmd/go/build.go File src/cmd/go/build.go (right): https://codereview.appspot.com/7095067/diff/11001/src/cmd/go/build.go#newcode1554 src/cmd/go/build.go:1554: s := fmt.Sprintf("LIBGCC = `%s`\n", buf.Next(buf.Len()-1)) please use ...
12 years, 5 months ago (2013-01-30 16:00:31 UTC) #7
ality
12 years, 5 months ago (2013-01-30 23:09:58 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=3b6b66f8267a ***

cmd/go: fix build -n for cgo enabled packages

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://codereview.appspot.com/7095067
Sign in to reply to this message.

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