1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:34:42 -07:00

run.bash: s/make/gomake

attempt to fix freebsd build
TBR=rsc

R=rsc
CC=golang-dev
https://golang.org/cl/5576077
This commit is contained in:
Rob Pike 2012-01-30 15:34:34 -08:00
parent 9c3d876db1
commit 1f7128e17b

View File

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