]> Cypherpunks repositories - gostls13.git/commit
cmd/dist, cmd/go: make GODEBUG=godebughash=1 ./make.bash work better
authorRuss Cox <rsc@golang.org>
Mon, 6 Nov 2017 00:35:14 +0000 (19:35 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 6 Nov 2017 20:20:47 +0000 (20:20 +0000)
commit1ca4768ecedb96fedc491cccbe969a2515ce950b
tree1fc4e202d742cc465508fa15f413b6a36a1e30d6
parent4739c0db47edf99be9ac1f4beab9ea990570dd5f
cmd/dist, cmd/go: make GODEBUG=godebughash=1 ./make.bash work better

The change in cmd/dist ignores debug output, instead of assuming
any output is from the template.

The change in cmd/go makes the debug output show the package name
on every line, so that interlaced prints can be deinterlaced.

Change-Id: Ic3d59ee0256271067cb9be2fde643a0e19405375
Reviewed-on: https://go-review.googlesource.com/76019
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/dist/build.go
src/cmd/go/internal/work/exec.go