summaryrefslogtreecommitdiff
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
commit3de4fc399a69c7a81e00863a3a75fbbc0601e8b4 (patch)
treea8c7b5cfb6e16e62e1c246251580c15adf7e5894 /src/make.bat
parentb81e87dfc4dd5174d2adb787de7b717461233691 (diff)
downloadgo-3de4fc399a69c7a81e00863a3a75fbbc0601e8b4.tar.gz
make.bat, run.bat: echo newlines
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/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 d1e340be3..8bb9262c5 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