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

Issue 5622058: code review 5622058: cmd/dist: generate files for package runtime (Closed)

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

Description

cmd/dist: generate files for package runtime goc2c moves here. parallel builds like old makefiles (-j4). add clean command. add banner command. implement Go version check. real argument parsing (same as 6g etc) Windows changes will be a separate CL.

Patch Set 1 #

Patch Set 2 : diff -r 1d4338efa939 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 1d4338efa939 https://go.googlecode.com/hg/ #

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

Total comments: 5

Patch Set 5 : diff -r 30f8144fa07e https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 30f8144fa07e https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r 30f8144fa07e https://go.googlecode.com/hg/ #

Total comments: 6

Patch Set 8 : diff -r 3300b1f1e809 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1334 lines, -375 lines) Patch
M src/cmd/dist/a.h View 1 2 3 4 4 chunks +23 lines, -1 line 0 comments Download
A src/cmd/dist/arg.h View 1 2 3 4 1 chunk +50 lines, -0 lines 0 comments Download
M src/cmd/dist/buf.c View 1 2 3 4 5 6 7 2 chunks +27 lines, -1 line 0 comments Download
M src/cmd/dist/build.c View 1 2 3 4 5 6 7 29 chunks +590 lines, -159 lines 0 comments Download
A src/cmd/dist/buildruntime.c View 1 2 3 4 5 6 7 1 chunk +346 lines, -0 lines 0 comments Download
M src/cmd/dist/goc2c.c View 1 2 3 4 5 28 chunks +169 lines, -192 lines 0 comments Download
M src/cmd/dist/main.c View 1 2 3 4 3 chunks +10 lines, -7 lines 0 comments Download
M src/cmd/dist/unix.c View 1 2 3 4 5 6 7 9 chunks +119 lines, -15 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 1 month ago (2012-02-03 07:49:02 UTC) #1
bradfitz
http://codereview.appspot.com/5622058/diff/8001/src/cmd/dist/a.h File src/cmd/dist/a.h (right): http://codereview.appspot.com/5622058/diff/8001/src/cmd/dist/a.h#newcode115 src/cmd/dist/a.h:115: void bgrunv(char *dir, int mode, Vec *argv); need these ...
13 years, 1 month ago (2012-02-03 18:07:04 UTC) #2
rsc
PTAL This is actually working with all.bash now. I will send the Windows updates in ...
13 years, 1 month ago (2012-02-03 20:27:19 UTC) #3
bradfitz
LGTM http://codereview.appspot.com/5622058/diff/11011/src/cmd/dist/build.c File src/cmd/dist/build.c (right): http://codereview.appspot.com/5622058/diff/11011/src/cmd/dist/build.c#newcode1120 src/cmd/dist/build.c:1120: "install install individual directory\n" install [dir] ?
13 years, 1 month ago (2012-02-03 20:50:34 UTC) #4
iant
LGTM http://codereview.appspot.com/5622058/diff/11011/src/cmd/dist/build.c File src/cmd/dist/build.c (right): http://codereview.appspot.com/5622058/diff/11011/src/cmd/dist/build.c#newcode868 src/cmd/dist/build.c:868: if(hassuffix(file, "cmd/go/doc.go") || hassuffix(file, "cmd\\go\\doc.go")) Is this weird ...
13 years, 1 month ago (2012-02-03 22:06:45 UTC) #5
rsc
On Fri, Feb 3, 2012 at 17:06, <iant@golang.org> wrote: > src/cmd/dist/build.c:868: if(hassuffix(file, "cmd/go/doc.go") || > ...
13 years, 1 month ago (2012-02-03 23:15:17 UTC) #6
rsc
13 years, 1 month ago (2012-02-03 23:16:45 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=d267ecc8b934 ***

cmd/dist: generate files for package runtime
goc2c moves here.
parallel builds like old makefiles (-j4).
add clean command.
add banner command.
implement Go version check.
real argument parsing (same as 6g etc)

Windows changes will be a separate CL.

R=golang-dev, bradfitz, iant
CC=golang-dev
http://codereview.appspot.com/5622058
Sign in to reply to this message.

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