]> Cypherpunks repositories - gostls13.git/commit
cmd/go: mention go tool compile etc. in the help text for build
authorRob Pike <r@golang.org>
Fri, 24 Jul 2015 04:37:58 +0000 (14:37 +1000)
committerRob Pike <r@golang.org>
Mon, 27 Jul 2015 01:09:36 +0000 (01:09 +0000)
commit3dcfb72fa3d7781e048a05f3ffcfceebc724332c
treed8235d4fb31461382465c52a41538d130d105ccd
parent2b0ddb6c23be1566ae11f71f2269813bd46c52fa
cmd/go: mention go tool compile etc. in the help text for build

Not everyone is aware that go build is a wrapper for other
tools. Mention this in the text for go help build so people using
other build systems won't just wrap go build, which is usually a
mistake (it doesn't do incremental builds by default, for instance).

Update #11854.

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