aboutsummaryrefslogtreecommitdiff
path: root/src/make.bat
AgeCommit message (Expand)Author
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
2014-07-12make.bat: return exit code to dashboard builderAlex Brainman
2013-08-02cmd/dist: fix windows build.Rémy Oudompheng
2013-03-25all.bat,make.bat,run.bat: make these work even when directory has space in itAlex Brainman
2013-03-12go/types: delete from main repo; part of move to go.expRob Pike
2013-03-06make.bash,bat: add -tags gotypes to the buildRob Pike
2012-10-22lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARMShenghou Ma
2012-10-12cmd/dist: fix superfluous and confusing "binaries ... to be copied or moved" ...Shenghou Ma
2012-03-20build: do more during windows buildAlex Brainman