aboutsummaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorShenghou Ma <minux@golang.org>2015-05-07 02:12:23 -0400
committerRuss Cox <rsc@golang.org>2015-06-18 16:13:13 +0000
commit01187f756e26c80af83ec13b3ebdfe3bcd2d0a46 (patch)
tree01dfd86177b47fef10150431318dbb0cb4f19bda /src/clean.bash
parent7733a7cad81d1e356a11a8e83221a32e5d622869 (diff)
downloadgo-01187f756e26c80af83ec13b3ebdfe3bcd2d0a46.tar.gz
go-01187f756e26c80af83ec13b3ebdfe3bcd2d0a46.zip
build: fix clean scripts
Fixes #10734. Change-Id: I7a2c580b87749225668fbd7a005412c8eee6824d Reviewed-on: https://go-review.googlesource.com/9823 Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/clean.bash')
-rwxr-xr-xsrc/clean.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clean.bash b/src/clean.bash
index f36260240a..8c23e010e8 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -13,4 +13,5 @@ if [ ! -x $GOTOOLDIR/dist ]; then
fi
"$GOBIN/go" clean -i std
-$GOTOOLDIR/dist clean
+"$GOBIN/go" tool dist clean
+"$GOBIN/go" clean -i cmd