Przeglądaj źródła

Disable echo right away.

[SVN r55339]
Vladimir Prus 16 lat temu
rodzic
commit
8dee43cf10
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      bootstrap.bat

+ 2 - 2
bootstrap.bat

@@ -1,10 +1,10 @@
+@ECHO OFF
+
 REM Copyright (C) 2009 Vladimir Prus
 REM Copyright (C) 2009 Vladimir Prus
 REM
 REM
 REM Distributed under the Boost Software License, Version 1.0.
 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)
 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
 ECHO Building Boost.Jam build engine
 if exist ".\tools\jam\src\bin.ntx86\bjam.exe" del tools\jam\src\bin.ntx86\bjam.exe
 if exist ".\tools\jam\src\bin.ntx86\bjam.exe" del tools\jam\src\bin.ntx86\bjam.exe
 cd tools\jam\src
 cd tools\jam\src

粤ICP备19079148号