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

Issue 4249045: code review 4249045: build: move $GOBIN ahead of /bin, /usr/bin in build $PATH (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years ago by rsc
Modified:
14 years ago
Reviewers:
CC:
r, golang-dev
Visibility:
Public.

Description

build: move $GOBIN ahead of /bin, /usr/bin in build $PATH Otherwise if there is an installed /usr/bin/6g the build will use that one instead of the one it builds.

Patch Set 1 #

Patch Set 2 : diff -r 8d78d5e69093 https://go.googlecode.com/hg #

Patch Set 3 : diff -r 8d78d5e69093 https://go.googlecode.com/hg #

Patch Set 4 : diff -r 768498ada484 https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/env.bash View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
14 years ago (2011-02-28 18:50:13 UTC) #1
r
LGTM
14 years ago (2011-02-28 19:16:39 UTC) #2
rsc
14 years ago (2011-02-28 19:55:38 UTC) #3
*** Submitted as 5ca1e6b0cbe7 ***

build: move $GOBIN ahead of /bin, /usr/bin in build $PATH

Otherwise if there is an installed /usr/bin/6g the build
will use that one instead of the one it builds.

R=r
CC=golang-dev
http://codereview.appspot.com/4249045
Sign in to reply to this message.

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