Home | History | Annotate | Download | only in src

Lines Matching refs:GOROOT

60 # If $GOROOT_BOOTSTRAP/bin/go is missing, $(go env GOROOT) is
68 echo 'make.bash must be run from $GOROOT/src' 1>&2
141 export GOROOT="$(cd .. && pwd)"
144 goroot=$(GOROOT='' "$go_exe" env GOROOT)
145 if [ "$goroot" != "$GOROOT" ]; then
146 GOROOT_BOOTSTRAP=$goroot
159 if [ "$GOROOT_BOOTSTRAP" = "$GOROOT" ]; then
160 echo "ERROR: \$GOROOT_BOOTSTRAP must not be set to \$GOROOT" >&2
165 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist