]> Cypherpunks repositories - gostls13.git/commit
build: exclude packages that fail on Plan 9 (for now)
authorAnthony Martin <ality@pbrane.org>
Mon, 20 Jun 2011 12:23:43 +0000 (22:23 +1000)
committerRob Pike <r@golang.org>
Mon, 20 Jun 2011 12:23:43 +0000 (22:23 +1000)
commitf7d754fcce193a1ef8629361095b86c75a6313af
tree12d0459ea5f999dab8797cbe5619b0963fdfa2c6
parentf22e5cfc6d58fec0f130957af6a0e30b75565d24
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
https://golang.org/cl/4639053
src/pkg/Makefile
src/pkg/runtime/cgo/Makefile