diff options
| author | Russ Cox <rsc@golang.org> | 2008-11-21 12:36:16 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-11-21 12:36:16 -0800 |
| commit | 5a863a4ece7e23f77e89cc4c9420df73e5d786ae (patch) | |
| tree | 9b74d9fa8d71b79c547912528990e097036135fa /src/make.bash | |
| parent | 130e6f42f1b993c1764dc1c346c9af222e59e1d2 (diff) | |
| download | go-5a863a4ece7e23f77e89cc4c9420df73e5d786ae.tar.xz | |
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-x | src/make.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash index a6f5fd92c6..830ac70689 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 ;; *) |
