$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r55336 - trunk
From: ghost_at_[hidden]
Date: 2009-08-01 06:42:39
Author: vladimir_prus
Date: 2009-08-01 06:42:39 EDT (Sat, 01 Aug 2009)
New Revision: 55336
URL: http://svn.boost.org/trac/boost/changeset/55336
Log:
Disable echo right away.
Text files modified:
trunk/bootstrap.bat | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/bootstrap.bat
==============================================================================
--- trunk/bootstrap.bat (original)
+++ trunk/bootstrap.bat 2009-08-01 06:42:39 EDT (Sat, 01 Aug 2009)
@@ -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)
-_at_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