aboutsummaryrefslogtreecommitdiff
path: root/src/make.bat
AgeCommit message (Expand)Author
2025-08-11cmd/dist: require Go 1.24.6 as minimum bootstrap toolchainDmitri Shuralyov
2025-04-03make.bat: fix GOROOT_BOOTSTRAP detection0x2b3bfa0
2025-02-11make.bat,race.bat: simplify --dist-tool handlingqmuntal
2025-02-11{all,clean,make,race,run}.bat: simplify error handlingqmuntal
2025-02-07make.bat: pass through all arguments to "dist bootstrap"qmuntal
2025-02-07{all,clean,make,race,run}.bat: use || instead of "if errorlevel 1"qmuntal
2025-02-07{all,clean,make,race,run}.bat: remove %GOBUILDEXIT% and %GOBUILDFAIL%qmuntal
2024-08-20cmd/dist: require Go 1.22.6 as minimum bootstrap toolchainDmitri Shuralyov
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2023-08-28make.bat: don't try to download a newer toolchainqmuntal
2023-07-24make.bash,bat,rc: use Go 1.20.6 instead of Go 1.17.13Russ Cox
2023-04-11cmd/dist: add -distpack flag to build distribution archivesRuss Cox
2023-01-19make.bat: support existing toolchain paths with spacesKevin Parsons
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-14make.bat: handle spaces in path when determining bootstrap versiondjdv
2022-08-03make.bat, make.rc: show bootstrap toolchain versionRuss Cox
2022-05-12make.bat: call env.bat with .\env.batYasuhiro Matsumoto
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-08-11src/make.*: make --no-clean flag a no-op that prints a warningMatthew Dempsky
2020-09-13make.bat: fix compare between GOROOT and srcdir paths, when either contains w...Dominic Della Valle
2020-06-08all: treat all files as binary, but check in .bat with CRLFDmitri Shuralyov
2020-03-22build: add default GOROOT_BOOTSTRAP in WindowsGiovanni Bajo
2020-03-22build: force all Windows batch files to CRLFGiovanni Bajo
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-25src/make.bat: add missing go.exe extensionGoo
2018-08-25cmd/dist: fix compilation on windowsFlorin Pățan
2018-08-01cmd/go: add $GOFLAGS environment variableRuss Cox
2018-02-26build: small cleanup in error message in make.batGiovanni Bajo
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
2016-05-19build: unset GOBIN during buildBrad Fitzpatrick
2016-02-24cmd/go, go/build: add support for Fortrankortschak
2015-06-17doc: replace references to {5..9}{g,l} with go tool compile and go tool linkJeremy Jackins
2015-03-02build: update Windows make.bat to use CC_FOR_TARGET.Hyang-Ah (Hana) Kim
2015-02-23[dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox
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-12build: update Windows make.bat for Go-based distBrad Fitzpatrick
2014-12-13build: change all.bash output to be more markdown-friendlyRuss Cox
2014-09-07build: fix windows make.batRuss Cox
2014-07-21make.bat: do not exit builder on successful completion of make.bat (fixes build)Alex Brainman