• 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
bin Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...