mirror of
https://github.com/golang/go
synced 2024-11-23 16:40:03 -07:00
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>
This commit is contained in:
parent
a82ed3bc81
commit
499845bfe0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user