aboutsummaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-08-14 10:46:04 -0700
committerRob Pike <r@golang.org>2009-08-14 10:46:04 -0700
commit00274a13cb76fc826f65978f3ab6fa1f90e46dab (patch)
treea0de514e464c4c5efa9fd90c1e14d9443e9b2a06 /src/clean.bash
parentce1dd6cce375c65ecbdd11276e69f0e6de9d424b (diff)
downloadgo-00274a13cb76fc826f65978f3ab6fa1f90e46dab.tar.gz
go-00274a13cb76fc826f65978f3ab6fa1f90e46dab.zip
rename libmach_amd64 libmach
R=rsc OCL=33273 CL=33276
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 e67fe14035..cf29029517 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 pkg
+for i in lib9 libbio libmach libregexp cmd pkg
do
cd $i
case $i in