summaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-03-24 16:04:25 -0700
committerRuss Cox <rsc@golang.org>2009-03-24 16:04:25 -0700
commit1e3376c445f74be12d875c3a1c943094776b0623 (patch)
tree3d7d1ea6e1cc0c9be6d77e5f8e568694ac104a3b /src/clean.bash
parent74871222693039634a7f50798fd4381090cb4453 (diff)
downloadgo-1e3376c445f74be12d875c3a1c943094776b0623.tar.gz
fix build:
install runtime lib in correct location. fix one bad type definition in defs.h. clear out $GOROOT/lib in clean.bash. TBR=r OCL=26691 CL=26691
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 1beb6a513..4b6c6d73d 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -4,6 +4,7 @@
# license that can be found in the LICENSE file.
rm -f $GOROOT/pkg/*.[6a]
+rm -f $GOROOT/lib/*.[6a]
for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib
do
cd $i