]> Cypherpunks repositories - gostls13.git/commitdiff
build: update comment about GO_LDFLAGS.
authorDavid Symonds <dsymonds@golang.org>
Tue, 13 Mar 2012 01:52:15 +0000 (12:52 +1100)
committerDavid Symonds <dsymonds@golang.org>
Tue, 13 Mar 2012 01:52:15 +0000 (12:52 +1100)
(5l/6l/8l aren't involved in building packages)

R=golang-dev, robert.hencke
CC=golang-dev
https://golang.org/cl/5798071

src/make.bash

index b3db71a6bde7216cd3fdecc4de57c3b699c6fb2c..080e0d6e1dd97a9864c736faa5c0aa0232691452 100755 (executable)
@@ -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.