summaryrefslogtreecommitdiff
path: root/src/make.rc
Commit message (Expand)AuthorAgeFilesLines
* make.bash, make.rc: fix GOROOT detection when GOEXPERIMENT is setRuss Cox2023-01-171-3/+7
* all: use Go 1.17.13 for bootstrapRuss Cox2022-10-171-3/+4
* build: update comments about Go 1.4 in make.bash, make.bat, make.rcRuss Cox2022-08-151-3/+3
* make.bat, make.rc: show bootstrap toolchain versionRuss Cox2022-08-031-1/+5
* cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills2022-04-051-5/+1
* make.bash: disable GOEXPERIMENT when using bootstrap toolchainRuss Cox2022-04-041-1/+1
* build: force GOWORK=off in make.{bash,bat,rc}Dmitri Shuralyov2022-03-211-0/+1
* build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4Russ Cox2021-12-081-0/+3
* Revert "build: for default bootstrap, use Go 1.17 if present, falling back to...Michael Pratt2021-12-081-3/+0
* build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4Russ Cox2021-12-071-0/+3
* src: do not emit warning when GOROOT_BOOTSTRAP is unsetCuong Manh Le2021-09-021-3/+8
* src: emit warning when make.bash run with invalid GOROOT_BOOTSTRAPCuong Manh Le2021-09-021-0/+2
* src/make.*: make --no-clean flag a no-op that prints a warningMatthew Dempsky2021-08-111-6/+1
* 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