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

Issue 609042: code review 609042: build script tweaks (Closed)

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

Description

build script tweaks factor out environment variable checks. infer $GOROOT etc during build if not set. it's still necessary to set them for yourself to use the standard Makefiles. when running all.bash, don't recompile all the go packages in run.bash, since make.bash already did.

Patch Set 1 #

Patch Set 2 : code review 609042: build script tweaks #

Patch Set 3 : code review 609042: build script tweaks #

Patch Set 4 : code review 609042: build script tweaks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -49 lines) Patch
M src/all.bash View 1 chunk +1 line, -1 line 0 comments Download
A src/env.bash View 1 1 chunk +55 lines, -0 lines 0 comments Download
M src/make.bash View 1 chunk +1 line, -38 lines 0 comments Download
M src/run.bash View 1 2 3 chunks +27 lines, -10 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 12 months ago (2010-03-31 18:16:57 UTC) #1
r
LGTM
14 years, 12 months ago (2010-03-31 19:46:55 UTC) #2
rsc
14 years, 12 months ago (2010-04-01 02:48:36 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=04f6dd559f07 ***

build script tweaks

factor out environment variable checks.
infer $GOROOT etc during build if not set.
it's still necessary to set them for yourself
to use the standard Makefiles.

when running all.bash, don't recompile all the
go packages in run.bash, since make.bash already did.

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

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