]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.5] cmd/go: -a does apply to the standard library
authorIan Lance Taylor <iant@golang.org>
Fri, 21 Aug 2015 04:20:25 +0000 (21:20 -0700)
committerAndrew Gerrand <adg@golang.org>
Tue, 8 Sep 2015 01:52:06 +0000 (01:52 +0000)
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>
src/cmd/go/alldocs.go
src/cmd/go/build.go

index 6077d93a436f4a440bdb9b955095625900ef90b9..1134997eaaa277f0b0f6592a23c615438b97b327 100644 (file)
@@ -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
index b7c7e0584fc84c66a9ccc59026b4364d28779644..0b147252ec1a4c04ad210f51d8d8ffa510adf483 100644 (file)
@@ -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