summaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2010-08-25 15:48:36 +0000
committerVladimir Prus <ghost@cs.msu.su>2010-08-25 15:48:36 +0000
commitcf88f3afcd4fe4c23744564d526325bd6ebbcebd (patch)
tree0697eafd72fcf3772cefe692d1c21ff2c28d65bc /bootstrap.bat
parentf721758fae4499ee3339cf85a1fca277d54036d1 (diff)
downloadboost-cf88f3afcd4fe4c23744564d526325bd6ebbcebd.tar.gz
Pass arguments to bootstrap.bat over to jam's build.bat.
[SVN r64998]
Diffstat (limited to 'bootstrap.bat')
-rw-r--r--bootstrap.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.bat b/bootstrap.bat
index e0f7e9fd23..5f691f012f 100644
--- a/bootstrap.bat
+++ b/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 ..\..\..\..\..