Commit 95aea249 authored by Fazlul Shahriar's avatar Fazlul Shahriar Committed by Rob Pike

build: build more packages/commands for Plan 9

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4921041
parent ebf2b92e
...@@ -189,29 +189,7 @@ endif ...@@ -189,29 +189,7 @@ endif
ifeq ($(GOOS),plan9) ifeq ($(GOOS),plan9)
NOPLAN9BUILD=\ 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\ os/signal\
rpc\
rpc/jsonrpc\
smtp\
syslog\
websocket\
../cmd/godoc\
../cmd/goinstall\
DIRS:=$(filter-out $(NOPLAN9BUILD),$(DIRS)) DIRS:=$(filter-out $(NOPLAN9BUILD),$(DIRS))
endif endif
......
...@@ -48,6 +48,7 @@ var ( ...@@ -48,6 +48,7 @@ var (
EPERM = Eperm EPERM = Eperm
EISDIR = syscall.EISDIR EISDIR = syscall.EISDIR
EBADF = NewError("bad file descriptor")
ENAMETOOLONG = NewError("file name too long") ENAMETOOLONG = NewError("file name too long")
ERANGE = NewError("math result not representable") ERANGE = NewError("math result not representable")
EPIPE = NewError("Broken Pipe") EPIPE = NewError("Broken Pipe")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment