1
0
mirror of https://github.com/golang/go synced 2024-11-24 21:00:09 -07:00

build: build more packages/commands for Plan 9

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4921041
This commit is contained in:
Fazlul Shahriar 2011-08-22 11:03:17 +10:00 committed by Rob Pike
parent ebf2b92e9a
commit 95aea24990
2 changed files with 1 additions and 22 deletions

View File

@ -189,29 +189,7 @@ endif
ifeq ($(GOOS),plan9)
NOPLAN9BUILD=\
crypto/tls\
exp/gui/x11\
expvar\
http\
http/cgi\
http/fcgi\
http/httptest\
http/pprof\
http/spdy\
mail\
mime/multipart\
net\
net/dict\
net/textproto\
netchan\
os/signal\
rpc\
rpc/jsonrpc\
smtp\
syslog\
websocket\
../cmd/godoc\
../cmd/goinstall\
DIRS:=$(filter-out $(NOPLAN9BUILD),$(DIRS))
endif

View File

@ -48,6 +48,7 @@ var (
EPERM = Eperm
EISDIR = syscall.EISDIR
EBADF = NewError("bad file descriptor")
ENAMETOOLONG = NewError("file name too long")
ERANGE = NewError("math result not representable")
EPIPE = NewError("Broken Pipe")