aboutsummaryrefslogtreecommitdiff
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
commit04d8605c21e085eeba6dd8b7d5d19bcbb46f0ba8 (patch)
treee5cf07ca8f70d18313f1c613d2b713106824f35d /src/clean.bash
parentc1fd171d182e190730fdf8f89fc26b76e2faf16a (diff)
downloadgo-04d8605c21e085eeba6dd8b7d5d19bcbb46f0ba8.tar.gz
go-04d8605c21e085eeba6dd8b7d5d19bcbb46f0ba8.zip
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 4b6c6d73dc..c4c74dde7a 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