go/src
Russ Cox 2ad8a9c507 go: implement build, install, run
clean is gone; all the intermediate files are created
in a temporary tree that is wiped when the command ends.

Not using go/build's Script because it is not well aligned
with this API.  The various builder methods are copied from
go/build and adapted.  Probably once we delete goinstall
we can delete the Script API too.

R=rogpeppe, adg, adg
CC=golang-dev
https://golang.org/cl/5483069
2011-12-14 22:42:42 -05:00
..
cmd go: implement build, install, run 2011-12-14 22:42:42 -05:00
lib9 lib9: fix windows build 2011-11-07 14:16:00 -05:00
libbio
libmach libmach: fix for Plan 9 build 2011-11-18 23:11:50 -05:00
pkg fmt: don't recur if String method (etc.) misbehaves 2011-12-14 16:37:54 -08:00
Make.ccmd
Make.clib
Make.cmd build: pass $GCFLAGS to compiler 2011-10-18 14:55:10 -04:00
Make.common
Make.inc build: disable cgo on Windows/amd64 2011-12-13 14:20:38 -05:00
Make.pkg cgo: add support for callbacks from dynamic libraries 2011-11-22 17:57:49 +03:00
all-qemu.bash build: update all-qemu.bash 2011-07-28 13:04:30 -04:00
all.bash
clean.bash test/garbage: move to test/bench/garbage 2011-12-13 18:02:49 -05:00
env.bash env.bash: export CGO_ENABLED so cgo tests run 2011-12-13 10:47:51 +11:00
make.bash build: fix check for selinux's allow_execstack on Fedora 16 2011-11-11 16:41:37 -05:00
quietgcc.bash build: handle spaces in $USER 2011-07-28 13:04:52 -04:00
run.bash test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
sudo.bash sudo.bash: print error/exit if problem with /usr/local/bin 2011-09-01 17:24:32 +10:00
version.bash version.bash: update VERSION on -save if already present 2011-08-24 22:10:25 -03:00