]> Cypherpunks.ru repositories - gostls13.git/commit
add gobuild.
authorRuss Cox <rsc@golang.org>
Fri, 19 Sep 2008 18:55:46 +0000 (11:55 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 19 Sep 2008 18:55:46 +0000 (11:55 -0700)
commit72e3b204e4f535a40f8465b8fc2434330496885e
tree055340b3e873075cb614c76da1988dcb00a4bd63
parent26adb31c30252d7a1821f920b845ae35dd9efa3f
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
16 files changed:
src/clean.bash
src/cmd/gobuild/Makefile [new file with mode: 0644]
src/cmd/gobuild/gobuild.c [new file with mode: 0644]
src/lib/clean.bash
src/lib/make.bash
src/lib/math/Makefile
src/lib/math/clean.bash [deleted file]
src/lib/math/make.bash [deleted file]
src/lib/math/math.go [deleted file]
src/lib/os/Makefile
src/libbio/Makefile
src/libmach_amd64/Makefile
src/make.bash
src/runtime/clean.bash [deleted file]
src/runtime/make.bash [deleted file]
test/math.go [moved from src/lib/math/main.go with 98% similarity]