aboutsummaryrefslogtreecommitdiff
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
commit85e014a27ef0a640a33f58bc412b3fa5bcc4a800 (patch)
tree3d7d1ea6e1cc0c9be6d77e5f8e568694ac104a3b /src/clean.bash
parent80f4ab47ee781a32368dcccd063c6482a97b159c (diff)
downloadgo-85e014a27ef0a640a33f58bc412b3fa5bcc4a800.tar.gz
go-85e014a27ef0a640a33f58bc412b3fa5bcc4a800.zip
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 1beb6a5133..4b6c6d73dc 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