Skip to content

Commit

Permalink
src: build cmd in buildall.bash
Browse files Browse the repository at this point in the history
This exercises the linker as well as the compiler.

Credit to Matthew Dempsky; see golang#10418.

Change-Id: I793947c0c617a34e23df766bff5238ff3ac3c0af
Reviewed-on: https://go-review.googlesource.com/9530
Reviewed-by: Michael Hudson-Doyle <[email protected]>
Run-TryBot: Brad Fitzpatrick <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
josharian committed Apr 30, 2015
1 parent ae080c1 commit 9b66cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildall.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b66cf6

Please sign in to comment.