summaryrefslogtreecommitdiff
path: root/src/make.bat
Commit message (Expand)AuthorAgeFilesLines
* 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