]> Cypherpunks repositories - gostls13.git/commit
build: clean current tree in clean.bash
authorRuss Cox <rsc@golang.org>
Wed, 5 Aug 2015 17:39:07 +0000 (13:39 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 5 Aug 2015 19:36:15 +0000 (19:36 +0000)
commit0290d51b4ada1615853b2dc368902b2a310392f3
tree05a63d2976486c9182344415e58db73158ddfb28
parent26049f6f9171d1190f3bbe05ec304845cfe6399f
build: clean current tree in clean.bash

Otherwise clean.bash cleans $GOROOT, which might be something else entirely.

Fixes #12003.

Change-Id: I2ad5369017dde6db25f0c0514bc27c33d0a8bf54
Reviewed-on: https://go-review.googlesource.com/13251
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/clean.bash