]> Cypherpunks repositories - gostls13.git/commitdiff
run.bash: s/make/gomake
authorRob Pike <r@golang.org>
Mon, 30 Jan 2012 23:34:34 +0000 (15:34 -0800)
committerRob Pike <r@golang.org>
Mon, 30 Jan 2012 23:34:34 +0000 (15:34 -0800)
attempt to fix freebsd build
TBR=rsc

R=rsc
CC=golang-dev
https://golang.org/cl/5576077

src/run.bash

index 61998ac5d91c68c57f3f8799e7a371a91aa3972a..3343bf950593dff38b3878fb9498b7671935df6e 100755 (executable)
@@ -99,7 +99,7 @@ gomake clean
 [ "$CGO_ENABLED" != 1 ] ||
 (xcd ../misc/cgo/test
 gomake clean
-make test
+gomake test
 ) || exit $?
 
 [ "$CGO_ENABLED" != 1 ] ||