aboutsummaryrefslogtreecommitdiff
path: root/src/make.rc
AgeCommit message (Expand)Author
2024-04-27make.bash: avoid ksh bug in nogoenvRuss Cox
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2023-07-24make.bash,bat,rc: use Go 1.20.6 instead of Go 1.17.13Russ Cox
2023-01-17make.bash, make.rc: fix GOROOT detection when GOEXPERIMENT is setRuss Cox
2022-10-17all: use Go 1.17.13 for bootstrapRuss Cox
2022-08-15build: update comments about Go 1.4 in make.bash, make.bat, make.rcRuss Cox
2022-08-03make.bat, make.rc: show bootstrap toolchain versionRuss Cox
2022-04-05cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills
2022-04-04make.bash: disable GOEXPERIMENT when using bootstrap toolchainRuss Cox
2022-03-21build: force GOWORK=off in make.{bash,bat,rc}Dmitri Shuralyov
2021-12-08build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4Russ Cox
2021-12-08Revert "build: for default bootstrap, use Go 1.17 if present, falling back to...Michael Pratt
2021-12-07build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4Russ Cox
2021-09-02src: do not emit warning when GOROOT_BOOTSTRAP is unsetCuong Manh Le
2021-09-02src: emit warning when make.bash run with invalid GOROOT_BOOTSTRAPCuong Manh Le
2021-08-11src/make.*: make --no-clean flag a no-op that prints a warningMatthew Dempsky
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-03-11cmd,std: add go.mod filesBryan C. Mills
2018-11-16build: clear GO111MODULE during make.bash etcRuss Cox
2018-08-01cmd/go: add $GOFLAGS environment variableRuss Cox
2017-10-31build: quiet make.bash, make.bat, make.rcRuss Cox
2017-10-25build: move final steps of make.bash, make.bat, make.rc into cmd/distRuss Cox
2017-08-25build: add `go env GOROOT` as default GOROOT_BOOTSTRAP valueWei Congrui
2016-11-22build: fix cross-compile on Plan 9Russ Cox
2016-05-19build: unset GOBIN during buildBrad Fitzpatrick
2015-06-17doc: replace references to {5..9}{g,l} with go tool compile and go tool linkJeremy Jackins
2015-03-01all: delete C libraries and cmd/dist code that builds themRuss Cox
2015-02-23[dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox
2015-02-04[dev.cc] all: merge master (b8fcae0) into dev.ccRuss Cox
2015-02-04cmd/go, make: remove ccflagsJosh Bleecher Snyder
2015-01-21[dev.cc] build: do not 'clean -i std' between dist and go_bootstrapRuss Cox
2015-01-14[dev.cc] build: do not pass GOHOSTOS and GOHOSTARCH to Go 1.4 buildRuss Cox
2015-01-14[dev.cc] build: fix cross-compilationRuss Cox
2015-01-13build: bootstrap on Plan 9David du Colombier
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-02-13lib9: enable on Plan 9David du Colombier
2013-05-24build: fix make.rc on Plan 9David du Colombier
2013-02-26build: do not set GOBIN on Plan 9Anthony Martin
2012-05-01build: dist-based build for Plan 9Anthony Martin