summaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2009-08-01 10:53:58 +0000
committerVladimir Prus <ghost@cs.msu.su>2009-08-01 10:53:58 +0000
commit8dee43cf10580da9c4db9c60ae1746caa8cf1632 (patch)
tree96d9508d60d5f3eae19ea00427656b45223c4933 /bootstrap.bat
parent3a7637d0d3204a3c87e8b45be5bf481baf1fd95b (diff)
downloadboost-8dee43cf10580da9c4db9c60ae1746caa8cf1632.tar.gz
Disable echo right away.
[SVN r55339]
Diffstat (limited to 'bootstrap.bat')
-rw-r--r--bootstrap.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.bat b/bootstrap.bat
index 326464f742..ed166dd30b 100644
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -1,10 +1,10 @@
+@ECHO OFF
+
REM Copyright (C) 2009 Vladimir Prus
REM
REM Distributed under the Boost Software License, Version 1.0.
REM (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
-@ECHO OFF
-
ECHO Building Boost.Jam build engine
if exist ".\tools\jam\src\bin.ntx86\bjam.exe" del tools\jam\src\bin.ntx86\bjam.exe
cd tools\jam\src