summaryrefslogtreecommitdiff
path: root/src/make.bat
Commit message (Expand)AuthorAgeFilesLines
* 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
* make.bat, run.bat: echo newlinesHector Chu2012-02-161-5/+4
* make.bat: implement --no-cleanAlex Brainman2012-02-161-1/+3
* build: keep environment variable changes local during Windows buildAlex Brainman2012-02-161-5/+10
* cmd/dist: cross-compiling fixesRuss Cox2012-02-131-7/+29
* build: reject make.bash on WindowsRuss Cox2012-02-121-1/+2
* make.bat: remove double quotesAlex Brainman2012-02-101-2/+2
* cmd/dist: fix GOROOT_FINALGustavo Niemeyer2012-02-091-4/+6
* build: dist-based build for windowsRuss Cox2012-02-041-0/+52