]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/make.bash
[dev.cc] all: merge master (b8fcae0) into dev.cc
[gostls13.git] / src / make.bash
index bf83ee643f38378b1836f54fbf70472ef348c681..215fedd6eefaf45a5512f29830d2373eda89e924 100755 (executable)
@@ -138,7 +138,6 @@ if [ "$1" = "--dist-tool" ]; then
        exit 0
 fi
 
-echo "##### Building compilers and Go bootstrap tool for host, $GOHOSTOS/$GOHOSTARCH."
 buildall="-a"
 if [ "$1" = "--no-clean" ]; then
        buildall=""
@@ -147,7 +146,6 @@ fi
 ./cmd/dist/dist bootstrap $buildall $GO_DISTFLAGS -v # builds go_bootstrap
 # Delay move of dist tool to now, because bootstrap may clear tool directory.
 mv cmd/dist/dist "$GOTOOLDIR"/dist
-"$GOTOOLDIR"/go_bootstrap clean -i std
 echo
 
 if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then