summaryrefslogtreecommitdiff
path: root/src/make.bat
Commit message (Expand)AuthorAgeFilesLines
* cmd/dist: add -distpack flag to build distribution archivesRuss Cox2023-04-111-8/+32
* make.bat: support existing toolchain paths with spacesKevin Parsons2023-01-191-1/+1
* all: use Go 1.17.13 for bootstrapRuss Cox2022-10-171-3/+5
* build: update comments about Go 1.4 in make.bash, make.bat, make.rcRuss Cox2022-08-151-2/+2
* make.bat: handle spaces in path when determining bootstrap versiondjdv2022-08-141-1/+1
* make.bat, make.rc: show bootstrap toolchain versionRuss Cox2022-08-031-4/+6
* make.bat: call env.bat with .\env.batYasuhiro Matsumoto2022-05-121-1/+1
* cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills2022-04-051-4/+2
* make.bash: disable GOEXPERIMENT when using bootstrap toolchainRuss Cox2022-04-041-0/+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/+2
* Revert "build: for default bootstrap, use Go 1.17 if present, falling back to...Michael Pratt2021-12-081-2/+0
* build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4Russ Cox2021-12-071-0/+2
* src/make.*: make --no-clean flag a no-op that prints a warningMatthew Dempsky2021-08-111-10/+10
* make.bat: fix compare between GOROOT and srcdir paths, when either contains w...Dominic Della Valle2020-09-131-1/+1
* all: treat all files as binary, but check in .bat with CRLFDmitri Shuralyov2020-06-081-153/+152
* build: add default GOROOT_BOOTSTRAP in WindowsGiovanni Bajo2020-03-221-1/+19
* build: force all Windows batch files to CRLFGiovanni Bajo2020-03-221-0/+1
* cmd/go: add env -w and env -u to set and unset default env varsRuss Cox2019-04-231-1/+2
* cmd,std: add go.mod filesBryan C. Mills2019-03-111-0/+1
* build: clear GO111MODULE during make.bash etcRuss Cox2018-11-161-0/+1
* src/make.bat: add missing go.exe extensionGoo2018-08-251-1/+1
* cmd/dist: fix compilation on windowsFlorin Pățan2018-08-251-2/+2
* cmd/go: add $GOFLAGS environment variableRuss Cox2018-08-011-0/+1
* build: small cleanup in error message in make.batGiovanni Bajo2018-02-261-1/+1
* build: quiet make.bash, make.bat, make.rcRuss Cox2017-10-311-4/+17
* build: move final steps of make.bash, make.bat, make.rc into cmd/distRuss Cox2017-10-251-34/+14
* build: unset GOBIN during buildBrad Fitzpatrick2016-05-191-0/+1
* cmd/go, go/build: add support for Fortrankortschak2016-02-241-0/+3
* doc: replace references to {5..9}{g,l} with go tool compile and go tool linkJeremy Jackins2015-06-171-2/+2
* build: update Windows make.bat to use CC_FOR_TARGET.Hyang-Ah (Hana) Kim2015-03-021-2/+13
* [dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox2015-02-231-2/+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-2/+2
* [dev.cc] build: fix cross-compilationRuss Cox2015-01-141-7/+3
* build: update Windows make.bat for Go-based distBrad Fitzpatrick2015-01-121-4/+12
* build: change all.bash output to be more markdown-friendlyRuss Cox2014-12-131-4/+4
* build: fix windows make.batRuss Cox2014-09-071-1/+1
* make.bat: do not exit builder on successful completion of make.bat (fixes build)Alex Brainman2014-07-211-1/+1
* make.bat: return exit code to dashboard builderAlex Brainman2014-07-121-0/+1
* cmd/dist: fix windows build.Rémy Oudompheng2013-08-021-1/+1
* all.bat,make.bat,run.bat: make these work even when directory has space in itAlex Brainman2013-03-251-2/+2
* go/types: delete from main repo; part of move to go.expRob Pike2013-03-121-4/+2
* make.bash,bat: add -tags gotypes to the buildRob Pike2013-03-061-2/+4
* lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARMShenghou Ma2012-10-221-1/+1
* cmd/dist: fix superfluous and confusing "binaries ... to be copied or moved" ...Shenghou Ma2012-10-121-0/+8
* build: do more during windows buildAlex Brainman2012-03-201-5/+30
* make.bat: don't show error message if old generated files do not existShenghou Ma2012-03-171-1/+1
* make.bat: Fix for old filesChristopher Redden2012-03-161-0/+3
* make.bat: properly handle directories with spacesAlex Brainman2012-03-131-6/+6