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

Issue 4121043: code review 4121043: unicode: build maketables during build, take 2 (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:
r, r2, golang-dev
Visibility:
Public.

Description

unicode: build maketables during build, take 2 The "all:" target is the default for running gomake by hand, but it is not used during the build. The build runs make install and make test. Save the build of maketables for the test phase so that the packages it needs will have been installed already.

Patch Set 1 #

Patch Set 2 : code review 4121043: unicode: build maketables during build, take 2 #

Patch Set 3 : code review 4121043: unicode: build maketables during build, take 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -3 lines) Patch
M src/pkg/unicode/Makefile View 2 chunks +8 lines, -3 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, 1 month ago (2011-01-30 22:46:41 UTC) #1
r2
LGTM
14 years, 1 month ago (2011-01-31 07:51:56 UTC) #2
rsc
14 years, 1 month ago (2011-01-31 16:50:08 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=4a86edecda56 ***

unicode: build maketables during build, take 2

The "all:" target is the default for running gomake
by hand, but it is not used during the build.
The build runs make install and make test.

Save the build of maketables for the test phase
so that the packages it needs will have been
installed already.

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

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