summaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-05-20 11:12:05 -0700
committerRuss Cox <rsc@golang.org>2009-05-20 11:12:05 -0700
commit6aa653384ef80919dd12d0741d6dde71c1f3cfed (patch)
treee5cf07ca8f70d18313f1c613d2b713106824f35d /src/clean.bash
parent19156ff1e437b4554e36e77677a7227df6eef7a5 (diff)
downloadgo-6aa653384ef80919dd12d0741d6dde71c1f3cfed.tar.gz
clear out pkg tree in clean.bash.
rename place-holder to _place_holder_ so it can be avoided. R=r DELTA=5 (2 added, 2 deleted, 1 changed) OCL=29093 CL=29097
Diffstat (limited to 'src/clean.bash')
-rwxr-xr-xsrc/clean.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clean.bash b/src/clean.bash
index 4b6c6d73d..c4c74dde7 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-rm -f $GOROOT/pkg/*.[6a]
+rm -rf $GOROOT/pkg/[0-9a-zA-Z_]*
rm -f $GOROOT/lib/*.[6a]
for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib
do