aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2015-08-20 21:20:25 -0700
committerAndrew Gerrand <adg@golang.org>2015-09-08 01:52:06 +0000
commit2dfb0eb6c296e1d77a4d6fbd8ee7ce50a2379825 (patch)
tree921b57296d431943abe917dd55d07b03a22b7646
parentd4f13093729cac869fbec326222f7fd68e989998 (diff)
downloadgo-2dfb0eb6c296e1d77a4d6fbd8ee7ce50a2379825.tar.gz
go-2dfb0eb6c296e1d77a4d6fbd8ee7ce50a2379825.zip
[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 <rsc@golang.org> Reviewed-on: https://go-review.googlesource.com/14226 Reviewed-by: Minux Ma <minux@golang.org>
-rw-r--r--src/cmd/go/alldocs.go1
-rw-r--r--src/cmd/go/build.go1
2 files changed, 0 insertions, 2 deletions
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