Home | History | Annotate | Download | only in src

Lines Matching refs:cmd

121 # cmd/dist will detect kFreeBSD as freebsd/$GOARCH, but we need to
150 echo "Building Go cmd/dist using $GOROOT_BOOTSTRAP."
152 echo cmd/dist
164 rm -f cmd/dist/dist
165 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist
168 eval $(./cmd/dist/dist env -p || echo FAIL=true)
181 cp cmd/dist/dist "$2"
183 mv cmd/dist/dist "$GOTOOLDIR"/dist
194 # Bootstrap installs a proper cmd/dist, built with the new toolchain.
196 ./cmd/dist/dist bootstrap $buildall $vflag $GO_DISTFLAGS "$@"
197 rm -f ./cmd/dist/dist
201 # If something must be added, add it to cmd/dist's cmdbootstrap,