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