]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove the bootstrap with make.bash error message
authorShenghou Ma <minux@golang.org>
Thu, 1 Oct 2015 01:27:30 +0000 (21:27 -0400)
committerMinux Ma <minux@golang.org>
Sun, 4 Oct 2015 01:36:40 +0000 (01:36 +0000)
commitf78a4c84ac8ed44aaf331989aa32e40081fd8f13
treec210aa4b2573132f92f72a95fd63594b35d50a0a
parent62491ff7783b6b8d7c0f8bcddc72a4b34965fb2e
cmd/go: remove the bootstrap with make.bash error message

The runtime/zgoos_$GOOS.go and runtime/zgoarch_$GOARCH.go files
are in the repository now, so the message is actually incorrect
(running make.bash won't generate those). The reason is probably
wrong $GOROOT.

Change-Id: I8dc125594c52d666eca91fd5af48b60d12d599b8
Reviewed-on: https://go-review.googlesource.com/15221
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/build.go