From: David Symonds Date: Tue, 13 Mar 2012 01:52:15 +0000 (+1100) Subject: build: update comment about GO_LDFLAGS. X-Git-Tag: weekly.2012-03-13~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fa6d3ab6bec591fcd8ac7e979677e147c83a754f;p=gostls13.git build: update comment about GO_LDFLAGS. (5l/6l/8l aren't involved in building packages) R=golang-dev, robert.hencke CC=golang-dev https://golang.org/cl/5798071 --- diff --git a/src/make.bash b/src/make.bash index b3db71a6bd..080e0d6e1d 100755 --- a/src/make.bash +++ b/src/make.bash @@ -21,7 +21,7 @@ # building the packages and commands. # # GO_LDFLAGS: Additional 5l/6l/8l arguments to use when -# building the packages and commands. +# building the commands. # # CGO_ENABLED: Setting this to 0 disables the use of cgo # in the built and installed packages and tools.