aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
AgeCommit message (Expand)Author
2024-04-27make.bash: avoid ksh bug in nogoenvRuss Cox
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2023-10-03make.bash: use [[ rather than [Daniel Martí
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-08cmd/link: detect glibc vs musl ldso at link timeRuss 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-04-04make.bash: document CC_FOR_${GOOS}_${GOARCH}uji
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
2021-08-06make.bash: do not overwrite GO_LDSO if already setCherry Mui
2021-05-18make.bash: fix misuse of continueCherry Mui
2021-03-19make.bash: this change modifies Go to correctly select a dyamic linkerDilyn Corner
2020-09-21make.bash: avoid warning when bootstrap doesn't support GOOS/GOARCHAustin Clements
2020-09-10all: check GOROOT_BOOTSTRAP executable before bootsrapppingCuong Manh Le
2019-11-01make.bash: show bootstrap versionBrad Fitzpatrick
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
2019-03-01cmd/dist, cmd/link: allow passing default dynamic linker/loaderTobias Klauser
2018-11-16build: clear GO111MODULE during make.bash etcRuss Cox
2018-08-01cmd/go: add $GOFLAGS environment variableRuss Cox
2018-06-20make.bash: don't pass GOOS and GOARCH to cmd/go when finding GOROOT_BOOTSTRAPLE Manh Cuong
2018-05-04src/*.bash: remove some trailing whitespaceZhou Peng
2017-11-03cmd/dist: fix bad LC_TIME assumption in 'date' invocationAlberto Donizetti
2017-11-01make.bash: show correct GOROOT_BOOTSTRAP when using `go env GOROOT`Filippo Valsorda
2017-10-31build: quiet make.bash, make.bat, make.rcRuss Cox
2017-10-31cmd/dist: log timing to $GOBUILDTIMELOGFILERuss 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
2017-03-14*.bash: always use the same string equality operatorDaniel Martí
2017-03-10cmd/go: when expanding "cmd", skip vendored main packagesIan Lance Taylor
2017-03-09src/*.bash: use tabs consistentlyDaniel Martí
2016-10-03cmd/dist, cmd/go: add environment variable override for pkg-configBoris Nagaev
2016-05-19build: unset GOBIN during buildBrad Fitzpatrick
2016-03-18cmd/dist: redo flag-passing for bootstrapDavid Chase
2016-03-18cmd/compile: get gcflags to bootstrap; ssa debug opts for "all"David Chase
2016-02-24cmd/go, go/build: add support for Fortrankortschak
2015-12-17src: remove reference to since-deleted dist -s flagBrad Fitzpatrick
2015-08-24make.bash: abort if $GOROOT_BOOTSTRAP == $GOROOTDave Cheney
2015-06-17doc: replace references to {5..9}{g,l} with go tool compile and go tool linkJeremy Jackins
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