diff options
| author | Russ Cox <rsc@golang.org> | 2008-09-19 11:55:46 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-09-19 11:55:46 -0700 |
| commit | 72e3b204e4f535a40f8465b8fc2434330496885e (patch) | |
| tree | 055340b3e873075cb614c76da1988dcb00a4bd63 /src/lib/make.bash | |
| parent | 26adb31c30252d7a1821f920b845ae35dd9efa3f (diff) | |
| download | go-72e3b204e4f535a40f8465b8fc2434330496885e.tar.xz | |
add gobuild.
use gobuild-generated Makefile for math and os.
other makefile tweaks.
move math/main.go to test/math.go
R=r
OCL=15529
CL=15537
Diffstat (limited to 'src/lib/make.bash')
| -rwxr-xr-x | src/lib/make.bash | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/make.bash b/src/lib/make.bash index 5714954fa8..6277c93f83 100755 --- a/src/lib/make.bash +++ b/src/lib/make.bash @@ -6,8 +6,6 @@ set -e -echo; echo; echo %%%% making lib %%%%; echo - for i in os math do echo; echo; echo %%%% making lib/$i %%%%; echo |
