Home | History | Annotate | Download | only in src

Lines Matching refs:cmd

75 echo 'Building Go cmd/dist using '^$GOROOT_BOOTSTRAP
77 echo cmd/dist
78 GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
80 eval `{./cmd/dist/dist env -9}
88 cp cmd/dist/dist $2
89 mv cmd/dist/dist $GOTOOLDIR/dist
99 # Bootstrap installs a proper cmd/dist, built with the new toolchain.
101 ./cmd/dist/dist bootstrap $vflag $buildall $*
102 rm -f ./cmd/dist/dist
106 # If something must be added, add it to cmd/dist's cmdbootstrap,