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

Issue 4023065: code review 4023065: build: allow clean.bash to work on fresh checkout (Closed)

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

Description

build: allow clean.bash to work on fresh checkout Must be invoked as ./clean.bash --gomake make (or --gomake gmake, depending on the name of GNU make).

Patch Set 1 #

Patch Set 2 : diff -r 138fb74f2651 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 48ec378bff75 https://go.googlecode.com/hg #

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -8 lines) Patch
M src/clean.bash View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/clean.bash View 1 1 chunk +6 lines, -1 line 0 comments Download
M src/pkg/Makefile View 1 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello niemeyer (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
14 years, 1 month ago (2011-02-03 18:39:36 UTC) #1
niemeyer
Thanks for pushing this, Russ. Just one suggestion. http://codereview.appspot.com/4023065/diff/2002/src/clean.bash File src/clean.bash (right): http://codereview.appspot.com/4023065/diff/2002/src/clean.bash#newcode49 src/clean.bash:49: $gomake ...
14 years, 1 month ago (2011-02-04 07:29:27 UTC) #2
rsc
On Fri, Feb 4, 2011 at 02:29, <n13m3y3r@gmail.com> wrote: > Thanks for pushing this, Russ. ...
14 years, 1 month ago (2011-02-04 14:41:35 UTC) #3
niemeyer
> It seems plausible that on a BSD system a user might > have MAKE=make, ...
14 years, 1 month ago (2011-02-04 14:55:17 UTC) #4
rsc
> We have this in env.bash: After installing you should be able to cd $GOROOT/src/cmd ...
14 years, 1 month ago (2011-02-04 17:28:32 UTC) #5
niemeyer
> After installing you should be able to > > cd $GOROOT/src/cmd > ./clean.bash > ...
14 years, 1 month ago (2011-02-04 17:41:03 UTC) #6
rsc
14 years, 1 month ago (2011-02-04 19:33:10 UTC) #7
*** Submitted as 779baf52b0c3 ***

build: allow clean.bash to work on fresh checkout

Must be invoked as ./clean.bash --gomake make
(or --gomake gmake, depending on the name of
GNU make).

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

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