]> Cypherpunks repositories - gostls13.git/commit
build: create the correct $GOTOOLDIR.
authorDavid Symonds <dsymonds@golang.org>
Tue, 14 Feb 2012 22:06:24 +0000 (09:06 +1100)
committerDavid Symonds <dsymonds@golang.org>
Tue, 14 Feb 2012 22:06:24 +0000 (09:06 +1100)
commit0ab3ea9738bb28211c156faf38923bb6c28952cb
tree49b58dab204507d9b9c6c3ef0e3acd349f9aa053
parent3a582a768be7c95cbaf1a450140f367d9b7221d0
build: create the correct $GOTOOLDIR.

Before this, make.bash --dist-tool would fail,
because $GOROOT/bin/tool was being mkdir'd
instead of $GOROOT/pkg/tool/linux_amd64.

R=rsc
CC=golang-dev
https://golang.org/cl/5666046
src/make.bash