Browse Source

Pass arguments to bootstrap.bat over to jam's build.bat.

[SVN r64998]
Vladimir Prus 15 years ago
parent
commit
cf88f3afcd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bootstrap.bat
  2. 1 1
      tools/build

+ 1 - 1
bootstrap.bat

@@ -10,7 +10,7 @@ if exist ".\tools\build\v2\engine\src\bin.ntx86\bjam.exe" del tools\build\v2\eng
 if exist ".\tools\build\v2\engine\src\bin.ntx86_64\bjam.exe" del tools\build\v2\engine\src\bin.ntx86_64\bjam.exe
 cd tools\build\v2\engine\src
 
-call .\build.bat > ..\..\..\..\..\bootstrap.log
+call .\build.bat %* > ..\..\..\..\..\bootstrap.log
 @ECHO OFF
 cd ..\..\..\..\..
 

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit ac9f7812247a1b80c06f28f6faf9c19dacb71989
+Subproject commit dbafd0c39ddc7178fb0f88d09addfbd1852bf34a

粤ICP备19079148号