• Russ Cox's avatar
    go: improvements · 00e9a54d
    Russ Cox authored
    Add 'go clean'.
    Make 'go build' write to pkgname, not a.out.
    Make 'go test -c' write to pkgname.test, not test.out.
    Make 'go install' write alternate binaries to .../bin/goos_goarch/.
    
    R=golang-dev, r
    CC=golang-dev
    https://golang.org/cl/5600048
    00e9a54d
build.go 35.8 KB