summaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2009-10-20 14:10:22 -0700
committerDavid Symonds <dsymonds@golang.org>2009-10-20 14:10:22 -0700
commitad031cf6e69abcc0e6a9f89c786a580af632a497 (patch)
treefdbfb5fe33fdc437fc9e930ac7202fff35760152 /src/clean.bash
parent337d1e3d9817736bc7d67487fe605e1fda124380 (diff)
downloadgo-ad031cf6e69abcc0e6a9f89c786a580af632a497.tar.gz
Move usr/dsymonds/iterable to src/pkg/exp/iterable.
Remove remainder of usr/dsymonds. R=rsc,r APPROVED=r DELTA=685 (275 added, 409 deleted, 1 changed) OCL=35810 CL=35933
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 2bfc88f22..31cbdab86 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -7,7 +7,7 @@ rm -rf $GOROOT/pkg/${GOOS}_$GOARCH
rm -f $GOROOT/lib/*.a
for i in lib9 libbio libcgo libmach libregexp cmd pkg \
../misc/cgo/gmp ../misc/cgo/stdio \
- ../usr/r/rpc ../usr/dsymonds/iterable \
+ ../usr/r/rpc \
../test/bench
do(
cd $i || exit 1