]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add -v flag to build and install
authorRuss Cox <rsc@golang.org>
Tue, 10 Jan 2012 00:44:01 +0000 (16:44 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 10 Jan 2012 00:44:01 +0000 (16:44 -0800)
commit146a703cd1ecf096d270873090c8eeef6438b5f7
tree327832e519534765ea1f846d98203edabc989043
parentb8615a0931b05c37c7d8cf3c0e11a858888483de
cmd/go: add -v flag to build and install

The -v flag prints the names of packages as they are built/installed.

Use -v in make.bash/run.bash to avoid a silent pause during
the build while Go code is being compiled.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5532055
src/cmd/go/build.go
src/cmd/go/run.go
src/cmd/go/test.go
src/make.bash
src/run.bash