diff options
| author | David Symonds <dsymonds@golang.org> | 2012-03-13 12:52:15 +1100 |
|---|---|---|
| committer | David Symonds <dsymonds@golang.org> | 2012-03-13 12:52:15 +1100 |
| commit | fa6d3ab6bec591fcd8ac7e979677e147c83a754f (patch) | |
| tree | 89bc4239e0c5aacc7e38a5c42b9b4b4ccd20859f /src/make.bash | |
| parent | 7c128493a41168f35201a26a6f32ee36fe9cc852 (diff) | |
| download | go-fa6d3ab6bec591fcd8ac7e979677e147c83a754f.tar.xz | |
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
Diffstat (limited to 'src/make.bash')
| -rwxr-xr-x | src/make.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
