From: Ian Lance Taylor Date: Fri, 21 Aug 2015 04:20:25 +0000 (-0700) Subject: cmd/go: -a does apply to the standard library X-Git-Tag: go1.6beta1~1251 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=499845bfe0ad770cb97101303d46d947efed1109;p=gostls13.git cmd/go: -a does apply to the standard library This changed in https://golang.org/cl/10761. Update #12203. Change-Id: Ia37ebb7ecba689ad3cb2559213d675f21cf03a95 Reviewed-on: https://go-review.googlesource.com/13799 Reviewed-by: Russ Cox --- diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go index 10509f85d9..941d471409 100644 --- a/src/cmd/go/alldocs.go +++ b/src/cmd/go/alldocs.go @@ -81,7 +81,6 @@ and test commands: -a force rebuilding of packages that are already up-to-date. - In Go releases, does not apply to the standard library. -n print the commands but do not run them. -p n diff --git a/src/cmd/go/build.go b/src/cmd/go/build.go index b7c7e0584f..0b147252ec 100644 --- a/src/cmd/go/build.go +++ b/src/cmd/go/build.go @@ -60,7 +60,6 @@ and test commands: -a force rebuilding of packages that are already up-to-date. - In Go releases, does not apply to the standard library. -n print the commands but do not run them. -p n