summaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-06-06 22:04:50 -0700
committerRuss Cox <rsc@golang.org>2009-06-06 22:04:50 -0700
commit24e7c8d2d10bdb333f920b5cdefcc2d2826a6314 (patch)
tree9c314c5b9ad4a29289e29cb52a48aa567bc7c6d2 /src/clean.bash
parent3d66a5d5880e4f0b1367a5ec8fb2cddefd9c2e28 (diff)
downloadgo-24e7c8d2d10bdb333f920b5cdefcc2d2826a6314.tar.gz
move src/runtime -> src/lib/runtime;
hand-edited files. R=r DELTA=125 (77 added, 16 deleted, 32 changed) OCL=30001 CL=30008
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 c4c74dde7..15a46a76a 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -5,7 +5,7 @@
rm -rf $GOROOT/pkg/[0-9a-zA-Z_]*
rm -f $GOROOT/lib/*.[6a]
-for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib
+for i in lib9 libbio libmach_amd64 libregexp cmd lib
do
cd $i
case $i in