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

Issue 4221047: code review 4221047: build: convert src/cmd to use make directly and simplif... (Closed)

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

Description

build: convert src/cmd to use make directly and simplify src/make.bash

Patch Set 1 #

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

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

Total comments: 1

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

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

Total comments: 2

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

Patch Set 7 : diff -r 6f62f82800c6 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -64 lines) Patch
A src/cmd/Makefile View 1 2 3 4 5 6 1 chunk +68 lines, -0 lines 0 comments Download
R src/cmd/clean.bash View 1 1 chunk +0 lines, -16 lines 0 comments Download
R src/cmd/make.bash View 1 1 chunk +0 lines, -30 lines 0 comments Download
M src/make.bash View 1 1 chunk +2 lines, -18 lines 0 comments Download

Messages

Total messages: 14
dave_cheney.net
Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years ago (2011-02-24 08:50:02 UTC) #1
bsiegert
http://codereview.appspot.com/4221047/diff/4001/src/cmd/Makefile File src/cmd/Makefile (right): http://codereview.appspot.com/4221047/diff/4001/src/cmd/Makefile#newcode14 src/cmd/Makefile:14: Maybe set .PHONY for the different targets, as they ...
14 years ago (2011-02-24 09:30:05 UTC) #2
dave_cheney.net
> http://codereview.appspot.com/4221047/diff/4001/src/cmd/Makefile#newcode14 > src/cmd/Makefile:14: > Maybe set .PHONY for the different targets, as they are ...
14 years ago (2011-02-24 09:43:37 UTC) #3
rsc
it does clean up src/make.bash. please make it look like our other makefiles, though, which ...
14 years ago (2011-02-24 13:55:14 UTC) #4
dave_cheney.net
Hi Russ, Thank you for your comments On 2011/02/24 13:55:14, rsc wrote: > it does ...
14 years ago (2011-02-25 00:08:18 UTC) #5
dave_cheney.net
Thanks for the review Russ and bsiegert. Please take another look.
14 years ago (2011-02-25 00:09:25 UTC) #6
dave_cheney.net
I discovered that calling mkenam directly from cmd/Makefile was not necessary as the $(O)a will ...
14 years ago (2011-02-25 05:14:43 UTC) #7
bsiegert
LGTM --Benny. > http://codereview.appspot.com/4221047/
14 years ago (2011-02-25 07:06:22 UTC) #8
rsc
http://codereview.appspot.com/4221047/diff/13001/src/cmd/Makefile File src/cmd/Makefile (right): http://codereview.appspot.com/4221047/diff/13001/src/cmd/Makefile#newcode59 src/cmd/Makefile:59: @echo Do you need this recipe? I expected you'd ...
14 years ago (2011-02-25 18:44:15 UTC) #9
dave_cheney.net
Even better! Thanks for the tip. PTAL http://codereview.appspot.com/4221047/diff/13001/src/cmd/Makefile File src/cmd/Makefile (right): http://codereview.appspot.com/4221047/diff/13001/src/cmd/Makefile#newcode59 src/cmd/Makefile:59: @echo On ...
14 years ago (2011-02-25 21:23:14 UTC) #10
rsc
I think you can simplify src/clean.bash now too. Russ
14 years ago (2011-02-28 15:10:16 UTC) #11
rsc
LGTM
14 years ago (2011-02-28 21:04:12 UTC) #12
adg
LGTM Nice change! On 24 February 2011 19:50, <dave@cheney.net> wrote: > Reviewers: adg, > > ...
14 years ago (2011-02-28 22:20:25 UTC) #13
adg
14 years ago (2011-02-28 22:20:37 UTC) #14
*** Submitted as http://code.google.com/p/go/source/detail?r=4c0a44d9a0f6 ***

build: convert src/cmd to use make directly and simplify src/make.bash

R=adg, bsiegert, rsc
CC=golang-dev
http://codereview.appspot.com/4221047

Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.

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