]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: redirect acid output to file to separate from errors
authorRuss Cox <rsc@golang.org>
Fri, 1 Feb 2013 06:02:20 +0000 (22:02 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 1 Feb 2013 06:02:20 +0000 (22:02 -0800)
commit7fc64a2a1da272361fc78453c7ffea17def3bcb0
tree02a762615cf4ce79f1c4768e1b687cb5b7c1fd74
parentca727f1116d79537f80e546e78a5addb3c09fa34
cmd/dist: redirect acid output to file to separate from errors

If runtime's proc.c does not compile, cmd/dist used to show
the compile errors in a sea of acid output, making them impossible
to find. Change the command invocation to write the acid output
to a file, so that the errors are the only thing shown on failure.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/7221082
src/cmd/dist/buildruntime.c