• Russ Cox's avatar
    build: let pkg/Makefile coordinate building of Go commands · 15f336b6
    Russ Cox authored
    Commands written in Go depend on Go packages, so they
    cannot be built by src/cmd/make.bash.  They have been
    built by src/make.bash after all the packages are done, but
    we want to be able to use cgo (written in Go) during the build
    of package net.  To make this possible, build the commands
    from src/pkg/Makefile instead of src/make.bash, so that they
    are included in the package dependency analysis.
    
    R=r
    CC=golang-dev
    https://golang.org/cl/1972046
    15f336b6
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libcgo 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-arm.bash Loading commit data...
all-nacl.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...