]> Cypherpunks repositories - gostls13.git/commit
build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.
authorRuss Cox <rsc@golang.org>
Fri, 3 Feb 2012 04:32:41 +0000 (23:32 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2012 04:32:41 +0000 (23:32 -0500)
commitb3750ff52d7da7d35c590451ba50833149ac3fc1
tree76cfbb705851bc8eb99cb8d0c06eb6ffe97fc628
parent9de9c95787096d4150315bd974f7815e0b667a98
build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.

The go- is redundant now that the directory is required
to be inside $GOROOT.  Rob LGTMed the idea.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5618044
28 files changed:
src/Make.ctool
src/Make.inc
src/buildscript.sh
src/buildscript/darwin_386.sh
src/buildscript/darwin_amd64.sh
src/buildscript/freebsd_386.sh
src/buildscript/freebsd_amd64.sh
src/buildscript/linux_386.sh
src/buildscript/linux_amd64.sh
src/buildscript/linux_arm.sh
src/buildscript/netbsd_386.sh
src/buildscript/netbsd_amd64.sh
src/buildscript/openbsd_386.sh
src/buildscript/openbsd_amd64.sh
src/buildscript/plan9_386.sh
src/buildscript/windows_386.sh
src/buildscript/windows_amd64.sh
src/cmd/cov/Makefile
src/cmd/go/pkg.go
src/cmd/go/tool.go
src/cmd/prof/Makefile
src/make.bash
src/pkg/exp/types/gcimporter_test.go
src/pkg/runtime/autogen.sh
src/pkg/runtime/mkasmh.sh
src/pkg/runtime/mkgodefs.sh
test/fixedbugs/bug302.go
test/run