summaryrefslogtreecommitdiff
path: root/src/make.rc
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: add env -w and env -u to set and unset default env varsRuss Cox2019-04-231-0/+1
* cmd,std: add go.mod filesBryan C. Mills2019-03-111-1/+1
* build: clear GO111MODULE during make.bash etcRuss Cox2018-11-161-0/+1
* cmd/go: add $GOFLAGS environment variableRuss Cox2018-08-011-1/+1
* build: quiet make.bash, make.bat, make.rcRuss Cox2017-10-311-5/+14
* build: move final steps of make.bash, make.bat, make.rc into cmd/distRuss Cox2017-10-251-25/+12
* build: add `go env GOROOT` as default GOROOT_BOOTSTRAP valueWei Congrui2017-08-251-0/+15
* build: fix cross-compile on Plan 9Russ Cox2016-11-221-1/+1
* build: unset GOBIN during buildBrad Fitzpatrick2016-05-191-1/+1
* doc: replace references to {5..9}{g,l} with go tool compile and go tool linkJeremy Jackins2015-06-171-5/+5
* all: delete C libraries and cmd/dist code that builds themRuss Cox2015-03-011-3/+0
* [dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox2015-02-231-2/+2
* [dev.cc] all: merge master (b8fcae0) into dev.ccRuss Cox2015-02-041-5/+2
|\
| * cmd/go, make: remove ccflagsJosh Bleecher Snyder2015-02-041-5/+2
* | [dev.cc] build: do not 'clean -i std' between dist and go_bootstrapRuss Cox2015-01-211-2/+0
|/
* [dev.cc] build: do not pass GOHOSTOS and GOHOSTARCH to Go 1.4 buildRuss Cox2015-01-141-1/+1
* [dev.cc] build: fix cross-compilationRuss Cox2015-01-141-1/+1
* build: bootstrap on Plan 9David du Colombier2015-01-131-9/+12
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* lib9: enable on Plan 9David du Colombier2014-02-131-0/+3
* build: fix make.rc on Plan 9David du Colombier2013-05-241-0/+2
* build: do not set GOBIN on Plan 9Anthony Martin2013-02-261-7/+13
* build: dist-based build for Plan 9Anthony Martin2012-05-011-0/+91