|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r68629 - trunk
From: juergen.hunold_at_[hidden]
Date: 2011-02-03 16:06:16
Author: jhunold
Date: 2011-02-03 16:06:12 EST (Thu, 03 Feb 2011)
New Revision: 68629
URL: http://svn.boost.org/trac/boost/changeset/68629
Log:
Fix: adjust paths for new engine location.
Text files modified:
trunk/bootstrap.bat | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
Modified: trunk/bootstrap.bat
==============================================================================
--- trunk/bootstrap.bat (original)
+++ trunk/bootstrap.bat 2011-02-03 16:06:12 EST (Thu, 03 Feb 2011)
@@ -8,11 +8,12 @@
ECHO Building Boost.Jam build engine
if exist ".\tools\build\v2\engine\bin.ntx86\bjam.exe" del tools\build\v2\engine\bin.ntx86\bjam.exe
if exist ".\tools\build\v2\engine\bin.ntx86_64\bjam.exe" del tools\build\v2\engine\bin.ntx86_64\bjam.exe
-cd tools\build\v2\engine
+pushd tools\build\v2\engine
-call .\build.bat %* > ..\..\..\..\..\bootstrap.log
+call .\build.bat %* > ..\..\..\..\bootstrap.log
@ECHO OFF
-cd ..\..\..\..\..
+
+popd
if exist ".\tools\build\v2\engine\bin.ntx86\bjam.exe" (
copy .\tools\build\v2\engine\bin.ntx86\bjam.exe . > nul
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk