summaryrefslogtreecommitdiff
path: root/src/make.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
commitd2e7a3fc377b5cd72a60450e0317d2a3623265e7 (patch)
tree9b74d9fa8d71b79c547912528990e097036135fa /src/make.bash
parentfb4625e960f93e103a60a9aad8ab19e37bccd4fa (diff)
downloadgo-d2e7a3fc377b5cd72a60450e0317d2a3623265e7.tar.gz
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/make.bash')
-rwxr-xr-xsrc/make.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash
index a6f5fd92c..830ac7068 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -23,7 +23,7 @@ do
echo; echo; echo %%%% making $i %%%%; echo
cd $i
case $i in
- cmd | lib)
+ cmd)
bash make.bash
;;
*)