From: Josh Bleecher Snyder Date: Wed, 29 Apr 2015 23:10:23 +0000 (-0700) Subject: src: build cmd in buildall.bash X-Git-Tag: go1.5beta1~823 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9b66cf60f1821868f0bf081e75da98c46b83f956;p=gostls13.git 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 Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- 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