aboutsummaryrefslogtreecommitdiff
path: root/src/make.bat
diff options
context:
space:
mode:
authorHector Chu <hectorchu@gmail.com>2012-02-16 20:49:50 +0000
committerHector Chu <hectorchu@gmail.com>2012-02-16 20:49:50 +0000
commit7fc47928fc807a0c79c5649d7ee9e10d55f3c360 (patch)
tree320234158059f580f52993d9878111ba0e62b1b1 /src/make.bat
parent014568bee123278ae51b0e6f53c909607806568e (diff)
downloadgo-7fc47928fc807a0c79c5649d7ee9e10d55f3c360.tar.gz
go-7fc47928fc807a0c79c5649d7ee9e10d55f3c360.zip
make.bat, run.bat: echo newlines
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5671072
Diffstat (limited to 'src/make.bat')
-rw-r--r--src/make.bat9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/make.bat b/src/make.bat
index d1e340be39..8bb9262c58 100644
--- a/src/make.bat
+++ b/src/make.bat
@@ -38,8 +38,7 @@ if errorlevel 1 goto fail
if errorlevel 1 goto fail
call env.bat
del env.bat
-:: Echo with no arguments prints whether echo is turned on, so echo dot.
-echo .
+echo.
echo # Building compilers and Go bootstrap tool.
set buildall=-a
@@ -49,7 +48,7 @@ if errorlevel 1 goto fail
:: Delay move of dist tool to now, because bootstrap cleared tool directory.
move .\cmd\dist\dist.exe %GOTOOLDIR%\dist.exe
%GOTOOLDIR%\go_bootstrap clean -i std
-echo .
+echo.
if not %GOHOSTARCH% == %GOARCH% goto localbuild
if not %GOHOSTOS% == %GOOS% goto localbuild
@@ -63,14 +62,14 @@ set GOARCH=%GOHOSTARCH%
%GOTOOLDIR%\go_bootstrap install -v std
endlocal
if errorlevel 1 goto fail
-echo .
+echo.
:mainbuild
echo # Building packages and commands.
%GOTOOLDIR%\go_bootstrap install -a -v std
if errorlevel 1 goto fail
del %GOTOOLDIR%\go_bootstrap.exe
-echo .
+echo.
if x%1==x--no-banner goto nobanner
%GOTOOLDIR%\dist banner