From: Rob Pike Date: Mon, 30 Jan 2012 23:34:34 +0000 (-0800) Subject: run.bash: s/make/gomake X-Git-Tag: weekly.2012-02-07~204 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1f7128e17b3982e530675df17f39c7f24a120ec3;p=gostls13.git run.bash: s/make/gomake attempt to fix freebsd build TBR=rsc R=rsc CC=golang-dev https://golang.org/cl/5576077 --- diff --git a/src/run.bash b/src/run.bash index 61998ac5d9..3343bf9505 100755 --- a/src/run.bash +++ b/src/run.bash @@ -99,7 +99,7 @@ gomake clean [ "$CGO_ENABLED" != 1 ] || (xcd ../misc/cgo/test gomake clean -make test +gomake test ) || exit $? [ "$CGO_ENABLED" != 1 ] ||