summaryrefslogtreecommitdiff
path: root/src/all.bat
Commit message (Collapse)AuthorAgeFilesLines
* all.bat,make.bat,run.bat: make these work even when directory has space in itAlex Brainman2013-03-251-1/+1
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7510048
* src/all.bat: fix bannerShenghou Ma2012-09-201-1/+4
| | | | | | | | | we need to restore %PATH% before calling "dist banner", so that it could suggest the user to add %GOROOT%/bin to %PATH% if necessary. R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/6525049
* build: print go banner before restoring windows PATHBrad Fitzpatrick2012-09-131-1/+1
| | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/6492117
* build: restore PATH before "dist banner"Shenghou Ma2012-06-061-0/+2
| | | | | | | | Fixes issue 3699. R=golang-dev, r, rsc CC=golang-dev http://codereview.appspot.com/6272048
* build: use setlocal in run.batAlex Brainman2012-02-161-1/+1
| | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5672061
* build: keep environment variable changes local during Windows buildAlex Brainman2012-02-161-4/+3
| | | | | | R=bradfitz, rsc CC=golang-dev http://codereview.appspot.com/5673048
* build: fix windows buildRuss Cox2012-02-131-1/+4
| | | | | | TBR=golang-dev CC=golang-dev http://codereview.appspot.com/5656051
* builder: set $GOBUILDEXIT for WindowsRuss Cox2012-02-101-1/+1
| | | | | | | | Actually %GOBUILDEXIT% I suppose. R=golang-dev CC=golang-dev http://codereview.appspot.com/5651058
* all.bat: report error code back to the gobuilderAlex Brainman2012-02-101-0/+1
| | | | | | | | not sure that it will work, but. R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5649051
* build: dist-based build for windowsRuss Cox2012-02-041-0/+18
R=golang-dev, bradfitz, iant, alex.brainman, go.peter.90 CC=golang-dev http://codereview.appspot.com/5630047