From dcb2ec3b654eb42d8e6bb6e66801ddf2f7f21c7a Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 5 Dec 2014 16:24:20 -0500 Subject: runtime: generate windows callback list with go generate This is the last system-dependent file written by cmd/dist. They are all now written by go generate. cmd/dist is not needed to start building package runtime for a different system anymore. Now all the generated files can be assumed generated, so delete the clumsy hacks in cmd/api. Re-enable api check in run.bash. LGTM=bradfitz R=bradfitz CC=golang-codereviews https://golang.org/cl/185040044 --- src/run.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/run.bash') diff --git a/src/run.bash b/src/run.bash index 6b9ecc33c2..bb9e706033 100755 --- a/src/run.bash +++ b/src/run.bash @@ -255,8 +255,7 @@ rm -f runtest [ "$GOOS" == nacl ] || ( echo -echo '# SKIPPING API CHECK UNTIL ALL SYSTEMS BUILD.' -# time go run $GOROOT/src/cmd/api/run.go || exit 1 +time go run $GOROOT/src/cmd/api/run.go || exit 1 ) || exit $? echo -- cgit v1.3