aboutsummaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-11-21 12:36:16 -0800
committerRuss Cox <rsc@golang.org>2008-11-21 12:36:16 -0800
commit5a863a4ece7e23f77e89cc4c9420df73e5d786ae (patch)
tree9b74d9fa8d71b79c547912528990e097036135fa /src/clean.bash
parent130e6f42f1b993c1764dc1c346c9af222e59e1d2 (diff)
downloadgo-5a863a4ece7e23f77e89cc4c9420df73e5d786ae.tar.gz
go-5a863a4ece7e23f77e89cc4c9420df73e5d786ae.zip
convert lib to a Makefile,
mainly for "make bufio.install". R=r DELTA=144 (80 added, 62 deleted, 2 changed) OCL=19760 CL=19799
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 b381c1137f..143eb0b7a6 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -7,7 +7,7 @@ for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib
do
cd $i
case $i in
- cmd | lib)
+ cmd)
bash clean.bash
;;
*)