Skip to content

Commit

Permalink
cmd/go: -a does apply to the standard library
Browse files Browse the repository at this point in the history
This changed in https://golang.org/cl/10761.

Update golang#12203.

Change-Id: Ia37ebb7ecba689ad3cb2559213d675f21cf03a95
Reviewed-on: https://go-review.googlesource.com/13799
Reviewed-by: Russ Cox <[email protected]>
  • Loading branch information
ianlancetaylor committed Aug 27, 2015
1 parent a82ed3b commit 499845b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/cmd/go/alldocs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/cmd/go/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 499845b

Please sign in to comment.