Commit 1f7128e1 authored by Rob Pike's avatar Rob Pike

run.bash: s/make/gomake

attempt to fix freebsd build
TBR=rsc

R=rsc
CC=golang-dev
https://golang.org/cl/5576077
parent 9c3d876d
......@@ -99,7 +99,7 @@ gomake clean
[ "$CGO_ENABLED" != 1 ] ||
(xcd ../misc/cgo/test
gomake clean
make test
gomake test
) || exit $?
[ "$CGO_ENABLED" != 1 ] ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment