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

Issue 35900045: code review 35900045: lib9, libmach, cmd/dist, go/build: add support for GOOS...

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 4 months ago by aram
Modified:
10 years, 3 months ago
Reviewers:
minux1, jsing
CC:
golang-codereviews, jsing, rsc, minux1
Visibility:
Public.

Description

lib9, libmach, cmd/dist, go/build: add support for GOOS=solaris This change adds solaris to the list of supported operating systems and allows cmd/dist to be built on Solaris. This CL has to come first because we want the tools to ignore solaris-specific files until the whole port is integrated.

Patch Set 1 #

Patch Set 2 : diff -r bddf2a72f5e1 https://code.google.com/p/go #

Patch Set 3 : diff -r bddf2a72f5e1 https://code.google.com/p/go #

Patch Set 4 : diff -r bddf2a72f5e1 https://code.google.com/p/go #

Patch Set 5 : diff -r bddf2a72f5e1 https://code.google.com/p/go #

Patch Set 6 : diff -r bddf2a72f5e1 https://code.google.com/p/go #

Patch Set 7 : diff -r 6835745cc243 https://code.google.com/p/go #

Patch Set 8 : diff -r 6835745cc243 https://code.google.com/p/go #

Patch Set 9 : diff -r 6835745cc243 https://code.google.com/p/go #

Patch Set 10 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 11 : diff -r 17615253b9e8 https://code.google.com/p/go #

Total comments: 5

Patch Set 12 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 13 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 14 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 15 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 16 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 17 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 18 : diff -r d45af824172f https://code.google.com/p/go #

Total comments: 4

Patch Set 19 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 20 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 21 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 22 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 23 : diff -r 1e52bf0c539c https://code.google.com/p/go #

Patch Set 24 : diff -r 1e52bf0c539c https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -16 lines) Patch
M src/cmd/dist/build.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/dist/unix.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +9 lines, -0 lines 0 comments Download
M src/lib9/run_unix.c View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M src/lib9/tempdir_unix.c View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M src/libmach/solaris.c View 1 2 3 4 5 6 7 8 9 10 11 12 14 6 chunks +6 lines, -12 lines 0 comments Download
M src/pkg/go/build/deps_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/build/syslist.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16
aram
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 4 months ago (2013-12-10 20:39:30 UTC) #1
jsing
https://codereview.appspot.com/35900045/diff/180001/src/cmd/dist/unix.c File src/cmd/dist/unix.c (right): https://codereview.appspot.com/35900045/diff/180001/src/cmd/dist/unix.c#newcode27 src/cmd/dist/unix.c:27: #include <signal.h> This is not specific to this port ...
10 years, 4 months ago (2013-12-11 13:53:51 UTC) #2
rsc
you can use hg cp -A to update the metadata without blowing away the file.
10 years, 4 months ago (2013-12-11 15:21:57 UTC) #3
aram
\On Wed, Dec 11, 2013 at 4:21 PM, Russ Cox <rsc@golang.org> wrote: > you can ...
10 years, 4 months ago (2013-12-11 15:24:11 UTC) #4
rsc
On Wed, Dec 11, 2013 at 10:23 AM, Aram Hăvărneanu <aram@mgk.ro> wrote: > \On Wed, ...
10 years, 4 months ago (2013-12-11 15:32:38 UTC) #5
aram
Fixed rietveld problem. https://codereview.appspot.com/35900045/diff/180001/src/cmd/dist/unix.c File src/cmd/dist/unix.c (right): https://codereview.appspot.com/35900045/diff/180001/src/cmd/dist/unix.c#newcode27 src/cmd/dist/unix.c:27: #include <signal.h> On 2013/12/11 13:53:51, jsing ...
10 years, 4 months ago (2013-12-11 21:23:41 UTC) #6
aram
Hello golang-dev@googlegroups.com, jsing@google.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 4 months ago (2013-12-11 21:28:42 UTC) #7
minux1
LGTM.
10 years, 4 months ago (2013-12-13 06:56:31 UTC) #8
jsing
https://codereview.appspot.com/35900045/diff/310001/src/cmd/dist/unix.c File src/cmd/dist/unix.c (right): https://codereview.appspot.com/35900045/diff/310001/src/cmd/dist/unix.c#newcode699 src/cmd/dist/unix.c:699: fatal("unknown operating system: %s", u.sysname); At this point u ...
10 years, 4 months ago (2013-12-13 07:25:12 UTC) #9
rsc
https://codereview.appspot.com/35900045/diff/310001/src/cmd/dist/build.c File src/cmd/dist/build.c (right): https://codereview.appspot.com/35900045/diff/310001/src/cmd/dist/build.c#newcode54 src/cmd/dist/build.c:54: "solaris", Please sort this list. https://codereview.appspot.com/35900045/diff/310001/src/cmd/dist/unix.c File src/cmd/dist/unix.c (right): ...
10 years, 4 months ago (2013-12-18 20:27:28 UTC) #10
gobot
Replacing golang-dev with golang-codereviews.
10 years, 4 months ago (2013-12-20 16:26:04 UTC) #11
aram
https://codereview.appspot.com/35900045/diff/310001/src/cmd/dist/unix.c File src/cmd/dist/unix.c (right): https://codereview.appspot.com/35900045/diff/310001/src/cmd/dist/unix.c#newcode699 src/cmd/dist/unix.c:699: fatal("unknown operating system: %s", u.sysname); > At this point ...
10 years, 4 months ago (2013-12-21 21:32:33 UTC) #12
aram
Hello golang-codereviews@googlegroups.com, jsing@google.com, rsc@golang.org, minux.ma@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 4 months ago (2013-12-21 21:48:00 UTC) #13
aram
Hello golang-codereviews@googlegroups.com, jsing@google.com, rsc@golang.org, minux.ma@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 3 months ago (2013-12-29 17:44:12 UTC) #14
jsing
LGTM
10 years, 3 months ago (2014-01-07 12:04:29 UTC) #15
jsing
10 years, 3 months ago (2014-01-07 12:12:22 UTC) #16
*** Submitted as https://code.google.com/p/go/source/detail?r=eee24823915d ***

lib9, libmach, cmd/dist, go/build: add support for GOOS=solaris

This change adds solaris to the list of supported operating
systems and allows cmd/dist to be built on Solaris.

This CL has to come first because we want the tools to ignore
solaris-specific files until the whole port is integrated.

R=golang-codereviews, jsing, rsc, minux.ma
CC=golang-codereviews
https://codereview.appspot.com/35900045

Committer: Joel Sing <jsing@google.com>
Sign in to reply to this message.

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