aboutsummaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-11-24 15:18:29 -0800
committerRuss Cox <rsc@golang.org>2008-11-24 15:18:29 -0800
commitbbe9bb65c72b4ccfe07fb696472d9e441a2b2bcc (patch)
treef905c75ca898b01420ec4f51002188cadcebef05 /src/clean.bash
parent0f83fa3a0c306d6eb56535540a4103104bb963ac (diff)
downloadgo-bbe9bb65c72b4ccfe07fb696472d9e441a2b2bcc.tar.gz
go-bbe9bb65c72b4ccfe07fb696472d9e441a2b2bcc.zip
add hash to build; rm pkg/* in clean.bash
R=r DELTA=3 (3 added, 0 deleted, 0 changed) OCL=19935 CL=19937
Diffstat (limited to 'src/clean.bash')
-rwxr-xr-xsrc/clean.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clean.bash b/src/clean.bash
index 143eb0b7a6..1beb6a5133 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -3,6 +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]
for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib
do
cd $i