• Russ Cox's avatar
    go: implement build, install, run · 2ad8a9c5
    Russ Cox authored
    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
    2ad8a9c5
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all-qemu.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...