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

Issue 4639053: code review 4639053: build: exclude packages that fail on Plan 9 (for now) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by ality
Modified:
13 years, 9 months ago
Reviewers:
CC:
golang-dev, r
Visibility:
Public.

Description

build: exclude packages that fail on Plan 9 (for now) All but two packages depend on net: debug/proc os/signal With this change, we can produce a working build with GOOS=plan9.

Patch Set 1 #

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

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

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -0 lines) Patch
M src/pkg/Makefile View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
M src/pkg/runtime/cgo/Makefile View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5
ality
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 9 months ago (2011-06-20 10:31:43 UTC) #1
r
exciting! http://codereview.appspot.com/4639053/diff/5001/src/pkg/Makefile File src/pkg/Makefile (right): http://codereview.appspot.com/4639053/diff/5001/src/pkg/Makefile#newcode186 src/pkg/Makefile:186: NOP9BUILD=\ Please call this NOPLAN9BUILD
13 years, 9 months ago (2011-06-20 10:49:33 UTC) #2
ality
PTAL > http://codereview.appspot.com/4639053/diff/5001/src/pkg/Makefile > File src/pkg/Makefile (right): > > http://codereview.appspot.com/4639053/diff/5001/src/pkg/Makefile#newcode186 > src/pkg/Makefile:186: NOP9BUILD=\ > Please ...
13 years, 9 months ago (2011-06-20 10:57:34 UTC) #3
r
LGTM
13 years, 9 months ago (2011-06-20 12:23:26 UTC) #4
r
13 years, 9 months ago (2011-06-20 12:23:59 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=40a281c810e2 ***

build: exclude packages that fail on Plan 9 (for now)

All but two packages depend on net:
        debug/proc
        os/signal

With this change, we can produce
a working build with GOOS=plan9.

R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/4639053

Committer: Rob Pike <r@golang.org>
Sign in to reply to this message.

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