summaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2012-03-13 12:52:15 +1100
committerDavid Symonds <dsymonds@golang.org>2012-03-13 12:52:15 +1100
commit40d10a493743c9fcfbf6257cb6da6c63d86a82d6 (patch)
tree0a99721d374950d41efc8b8c3a660ed8574a52f5 /src/make.bash
parent2d86cb8ac0febf01235196e6c9958a4af2f4117e (diff)
downloadgo-40d10a493743c9fcfbf6257cb6da6c63d86a82d6.tar.gz
build: update comment about GO_LDFLAGS.
(5l/6l/8l aren't involved in building packages) R=golang-dev, robert.hencke CC=golang-dev http://codereview.appspot.com/5798071
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash
index b3db71a6b..080e0d6e1 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.