mirror of
https://github.com/golang/go
synced 2024-11-21 22:44:40 -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:
parent
9c3d876db1
commit
1f7128e17b
@ -99,7 +99,7 @@ gomake clean
|
|||||||
[ "$CGO_ENABLED" != 1 ] ||
|
[ "$CGO_ENABLED" != 1 ] ||
|
||||||
(xcd ../misc/cgo/test
|
(xcd ../misc/cgo/test
|
||||||
gomake clean
|
gomake clean
|
||||||
make test
|
gomake test
|
||||||
) || exit $?
|
) || exit $?
|
||||||
|
|
||||||
[ "$CGO_ENABLED" != 1 ] ||
|
[ "$CGO_ENABLED" != 1 ] ||
|
||||||
|
Loading…
Reference in New Issue
Block a user