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

Issue 5636050: code review 5636050: build: delete make paraphernalia (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 2 months ago by rsc
Modified:
13 years, 2 months ago
Reviewers:
CC:
golang-dev, bradfitz, niemeyer, gustavo_niemeyer.net
Visibility:
Public.

Description

build: delete make paraphernalia As a convenience to people working on the tools, leave Makefiles that invoke the go dist tool appropriately. They are not used during the build.

Patch Set 1 #

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

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

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

Total comments: 2

Patch Set 5 : diff -r 423afa47799e https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -1383 lines) Patch
R src/Make.ccmd View 1 1 chunk +0 lines, -48 lines 0 comments Download
R src/Make.clib View 1 1 chunk +0 lines, -37 lines 0 comments Download
R src/Make.cmd View 1 1 chunk +0 lines, -33 lines 0 comments Download
R src/Make.common View 1 1 chunk +0 lines, -22 lines 0 comments Download
R src/Make.ctool View 1 1 chunk +0 lines, -48 lines 0 comments Download
A src/Make.dist View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
R src/Make.inc View 1 1 chunk +0 lines, -177 lines 0 comments Download
R src/all-qemu.bash View 1 1 chunk +0 lines, -16 lines 0 comments Download
R src/buildinfo.sh View 1 1 chunk +0 lines, -40 lines 0 comments Download
M src/cmd/5a/Makefile View 1 1 chunk +5 lines, -20 lines 0 comments Download
M src/cmd/5c/Makefile View 1 1 chunk +2 lines, -31 lines 0 comments Download
M src/cmd/5g/Makefile View 1 1 chunk +2 lines, -33 lines 0 comments Download
M src/cmd/5l/Makefile View 1 1 chunk +2 lines, -40 lines 0 comments Download
M src/cmd/6a/Makefile View 1 1 chunk +5 lines, -20 lines 0 comments Download
M src/cmd/6c/Makefile View 1 1 chunk +2 lines, -33 lines 0 comments Download
M src/cmd/6g/Makefile View 1 1 chunk +2 lines, -32 lines 0 comments Download
M src/cmd/6l/Makefile View 1 1 chunk +2 lines, -45 lines 0 comments Download
M src/cmd/8a/Makefile View 1 1 chunk +5 lines, -20 lines 0 comments Download
M src/cmd/8c/Makefile View 1 1 chunk +2 lines, -34 lines 0 comments Download
M src/cmd/8g/Makefile View 1 1 chunk +2 lines, -33 lines 0 comments Download
M src/cmd/8l/Makefile View 1 1 chunk +2 lines, -46 lines 0 comments Download
R src/cmd/Makefile View 1 1 chunk +0 lines, -60 lines 0 comments Download
M src/cmd/cc/Makefile View 1 1 chunk +5 lines, -31 lines 0 comments Download
M src/cmd/cov/Makefile View 1 1 chunk +2 lines, -38 lines 0 comments Download
M src/cmd/gc/Makefile View 1 2 chunks +5 lines, -62 lines 0 comments Download
M src/cmd/nm/Makefile View 1 1 chunk +2 lines, -12 lines 0 comments Download
M src/cmd/pack/Makefile View 1 1 chunk +2 lines, -9 lines 0 comments Download
M src/cmd/prof/Makefile View 1 1 chunk +2 lines, -35 lines 0 comments Download
M src/lib9/Makefile View 1 2 3 1 chunk +2 lines, -119 lines 0 comments Download
M src/libbio/Makefile View 1 2 3 1 chunk +4 lines, -50 lines 0 comments Download
M src/libmach/Makefile View 1 2 3 1 chunk +4 lines, -63 lines 0 comments Download
M src/pkg/unicode/Makefile View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
R src/quietgcc.bash View 1 1 chunk +0 lines, -44 lines 0 comments Download
R src/version.bash View 1 1 chunk +0 lines, -50 lines 0 comments Download

Messages

Total messages: 14
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 2 months ago (2012-02-06 16:49:53 UTC) #1
bradfitz
LGTM http://codereview.appspot.com/5636050/diff/4001/src/Make.dist File src/Make.dist (right): http://codereview.appspot.com/5636050/diff/4001/src/Make.dist#newcode10 src/Make.dist:10: install: all the other tools' Makefiles including this ...
13 years, 2 months ago (2012-02-06 17:32:55 UTC) #2
rsc
On Mon, Feb 6, 2012 at 12:32, <bradfitz@golang.org> wrote: > all the other tools' Makefiles ...
13 years, 2 months ago (2012-02-06 18:01:53 UTC) #3
niemeyer
http://codereview.appspot.com/5636050/diff/4001/src/version.bash File src/version.bash (left): http://codereview.appspot.com/5636050/diff/4001/src/version.bash#oldcode9 src/version.bash:9: if [ -f "$GOROOT/VERSION" -a "$1" != "-save" ]; ...
13 years, 2 months ago (2012-02-06 18:13:39 UTC) #4
rsc
I imagined you could cp VERSION.cache VERSION or go tool dist version >VERSION Russ
13 years, 2 months ago (2012-02-06 18:16:43 UTC) #5
gustavo_niemeyer.net
On Mon, Feb 6, 2012 at 16:16, Russ Cox <rsc@golang.org> wrote: > I imagined you ...
13 years, 2 months ago (2012-02-06 18:20:41 UTC) #6
rsc
On Mon, Feb 6, 2012 at 13:20, Gustavo Niemeyer <gustavo@niemeyer.net> wrote: > Exactly. We can ...
13 years, 2 months ago (2012-02-06 18:22:09 UTC) #7
gustavo_niemeyer.net
On Mon, Feb 6, 2012 at 16:22, Russ Cox <rsc@golang.org> wrote: > On Mon, Feb ...
13 years, 2 months ago (2012-02-06 18:25:17 UTC) #8
rsc
Sorry, I did not read your message carefully enough. However, what do you suggest? A ...
13 years, 2 months ago (2012-02-06 18:27:41 UTC) #9
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=ad8cc8d6a3d5 *** build: delete make paraphernalia As a convenience to people working ...
13 years, 2 months ago (2012-02-06 18:34:27 UTC) #10
gustavo_niemeyer.net
On Mon, Feb 6, 2012 at 16:27, Russ Cox <rsc@golang.org> wrote: > Sorry, I did ...
13 years, 2 months ago (2012-02-06 18:34:55 UTC) #11
rsc
On Mon, Feb 6, 2012 at 13:34, Gustavo Niemeyer <gustavo@niemeyer.net> wrote: > If you feel ...
13 years, 2 months ago (2012-02-06 18:36:04 UTC) #12
rsc
ok; 5634048
13 years, 2 months ago (2012-02-06 18:37:09 UTC) #13
gustavo_niemeyer.net
13 years, 2 months ago (2012-02-06 18:40:42 UTC) #14
> Why did it break last week?

The build wasn't prepared to deal with the $GOBIN/tool convention properly.

-- 
Gustavo Niemeyer
http://niemeyer.net
http://niemeyer.net/plus
http://niemeyer.net/twitter
http://niemeyer.net/blog

-- I'm not absolutely sure of anything.
Sign in to reply to this message.

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