mirror of https://github.com/golang/go.git
src: remove reference to since-deleted dist -s flag
(Found while debugging release problems with go1.6beta1) Updates #12002 Change-Id: Iec197a754205e7fd28be154f27f17f3315886364 Reviewed-on: https://go-review.googlesource.com/18011 Reviewed-by: Chris Broadfoot <cbro@golang.org>
This commit is contained in:
parent
41af93f6a3
commit
4577cfcb0b
|
|
@ -44,8 +44,7 @@
|
||||||
# This is used by cgo. Default is CXX, or, if that is not set,
|
# This is used by cgo. Default is CXX, or, if that is not set,
|
||||||
# "g++" or "clang++".
|
# "g++" or "clang++".
|
||||||
#
|
#
|
||||||
# GO_DISTFLAGS: extra flags to provide to "dist bootstrap". Use "-s"
|
# GO_DISTFLAGS: extra flags to provide to "dist bootstrap".
|
||||||
# to build a statically linked toolchain.
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
if [ ! -f run.bash ]; then
|
if [ ! -f run.bash ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue