]> Cypherpunks repositories - gostls13.git/commit
go/build: fix build
authorRuss Cox <rsc@golang.org>
Fri, 2 Mar 2012 00:42:39 +0000 (19:42 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 2 Mar 2012 00:42:39 +0000 (19:42 -0500)
commitd49475e07858e0ab8e81279d0c5a73e3e0440007
treeee30e6d5066d29e1f1d730e1d82de4c86d53e71b
parent9316070419ac6fd732d4d163c11585e90dbc6099
go/build: fix build

Presumably something about the very large go/build
doc comment breaks the build constraint parser in
cmd/dist.  I don't feel like debugging C code right now,
so move it into its own file.  If cmd/dist decides doc.go
is not part of the package, it will still build correctly.

R=golang-dev
TBR=golang-dev
CC=golang-dev
https://golang.org/cl/5722043
src/pkg/go/build/build.go
src/pkg/go/build/doc.go [new file with mode: 0644]