From: Ian Lance Taylor Date: Fri, 21 Aug 2015 04:20:25 +0000 (-0700) Subject: [release-branch.go1.5] cmd/go: -a does apply to the standard library X-Git-Tag: go1.5.1~17 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2dfb0eb6c296e1d77a4d6fbd8ee7ce50a2379825;p=gostls13.git [release-branch.go1.5] 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 Reviewed-on: https://go-review.googlesource.com/14226 Reviewed-by: Minux Ma --- diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go index 6077d93a43..1134997eaa 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