components/golang/patches/0006-release-branch.go1.5-cmd-go-a-does-apply-to-the-stan.patch
author Shawn Walker-Salas <shawn.walker@oracle.com>
Thu, 14 Apr 2016 12:48:37 -0700
changeset 5781 ecbdf40c0a37
parent 5331 9c955076ffe3
permissions -rw-r--r--
23108116 problem in UTILITY/GOLANG 23108194 problem in UTILITY/GOLANG

From 2dfb0eb6c296e1d77a4d6fbd8ee7ce50a2379825 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor <[email protected]>
Date: Thu, 20 Aug 2015 21:20:25 -0700
Subject: [PATCH 06/63] [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 <[email protected]>
Reviewed-on: https://go-review.googlesource.com/14226
Reviewed-by: Minux Ma <[email protected]>
---
 src/cmd/go/alldocs.go | 1 -
 src/cmd/go/build.go   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go
index 6077d93..1134997 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 b7c7e05..0b14725 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
-- 
2.6.1