aboutsummaryrefslogtreecommitdiff
path: root/src/buildall.bash
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2015-04-29 16:10:23 -0700
committerJosh Bleecher Snyder <josharian@gmail.com>2015-04-30 00:02:59 +0000
commit9b66cf60f1821868f0bf081e75da98c46b83f956 (patch)
treec9f45f0e498f28c5f92378b64bce78d9e3f71bbf /src/buildall.bash
parentae080c1aecb129a3230e7afecdb4a16ad3da9b3c (diff)
downloadgo-9b66cf60f1821868f0bf081e75da98c46b83f956.tar.gz
go-9b66cf60f1821868f0bf081e75da98c46b83f956.zip
src: build cmd in buildall.bash
This exercises the linker as well as the compiler. Credit to Matthew Dempsky; see #10418. Change-Id: I793947c0c617a34e23df766bff5238ff3ac3c0af Reviewed-on: https://go-review.googlesource.com/9530 Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/buildall.bash')
-rwxr-xr-xsrc/buildall.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildall.bash b/src/buildall.bash
index 037ad6d090..7cf8bfb7a4 100755
--- a/src/buildall.bash
+++ b/src/buildall.bash
@@ -51,7 +51,7 @@ do
export GOARCH=386
export GO386=387
fi
- if ! "$GOROOT/bin/go" build -a std; then
+ if ! "$GOROOT/bin/go" build -a std cmd; then
failed=true
if $sete; then
exit 1