aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/make.bash
AgeCommit message (Expand)Author
2011-03-01build: convert src/cmd to use make directly and simplify src/make.bashDave Cheney
2010-08-25build: let pkg/Makefile coordinate building of Go commandsRuss Cox
2010-08-24build: $GOBIN defaults to $GOROOT/binRuss Cox
2010-08-18build: no required environment variablesRuss Cox
2010-03-04goinstall: an experiment in (external) package installationRuss Cox
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-17FreeBSD/i386 workDevon H. O'Dell
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell
2009-10-22fix build after Mercurial move.Russ Cox
2009-10-13rename the source directory for gopack from ar to gopack.Rob Pike
2009-06-16fix buildRobert Griesemer
2009-06-16move godoc to src/cmd/godocRobert Griesemer
2009-06-05restructure makefiles, scripts to factor out O= logic.Russ Cox
2009-06-04more 386 runtime fixes.Russ Cox
2009-04-16rewrite gobuild in go.Russ Cox
2009-03-30new tool godefs.Russ Cox
2009-01-06delete blyaccRuss Cox
2008-11-18new gotest shell script (will be a proper command some day, probably)Rob Pike
2008-11-17add gobuild to buildRuss Cox
2008-11-14add cov, prof to default build; clean up compiler warningsRuss Cox
2008-09-18make blyacc tooRuss Cox
2008-09-18make Makefiles safe for parallel makeRuss Cox
2008-08-03add nmRuss Cox
2008-06-25add plan 9 ar, which understands our symbol tablesRob Pike
2008-06-12Add 6dbRob Pike
2008-06-11convert from mk to makeRob Pike
2008-06-04stuffKen Thompson