Home | History | Annotate | Download | only in src

Lines Matching refs:GOROOT_BOOTSTRAP

122 GOROOT_BOOTSTRAP=${GOROOT_BOOTSTRAP:-$HOME/go1.4}
123 if [ ! -x "$GOROOT_BOOTSTRAP/bin/go" ]; then
124 echo "ERROR: Cannot find $GOROOT_BOOTSTRAP/bin/go." >&2
125 echo "Set \$GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4." >&2
128 if [ "$GOROOT_BOOTSTRAP" == "$GOROOT" ]; then
129 echo "ERROR: \$GOROOT_BOOTSTRAP must not be set to \$GOROOT" >&2
130 echo "Set \$GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4." >&2
134 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist