mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Disable echo right away.
[SVN r55339]
This commit is contained in:
parent
3a7637d0d3
commit
8dee43cf10
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue