]> Cypherpunks repositories - gostls13.git/commitdiff
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)
committerIan Lance Taylor <iant@golang.org>
Thu, 27 Aug 2015 18:34:19 +0000 (18:34 +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>
src/cmd/go/alldocs.go
src/cmd/go/build.go

index 10509f85d90784e01fd7faade1d69ff394897e56..941d4714095a86209c848debdf09d79cc3cd4b59 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