mirror of
https://github.com/boostorg/regression.git
synced 2026-02-01 20:52:14 +00:00
Adjust for tools/build/v2/engine/src move to tools/build/v2/engine.
[SVN r68593]
This commit is contained in:
@@ -26,7 +26,7 @@ repo_path = {
|
||||
'trunk' : 'trunk',
|
||||
'release' : 'branches/release',
|
||||
'build' : 'trunk/tools/build/v2',
|
||||
'jam' : 'trunk/tools/build/v2/engine/src',
|
||||
'jam' : 'trunk/tools/build/v2/engine',
|
||||
'regression' : 'trunk/tools/regression',
|
||||
'boost-build.jam'
|
||||
: 'trunk/boost-build.jam'
|
||||
|
||||
@@ -75,7 +75,7 @@ exe_suffix=
|
||||
# The location of the binary for running bjam. The default should work
|
||||
# under most circumstances.
|
||||
#
|
||||
bjam="$boost_root/tools/build/v2/engine/src/bin/bjam$exe_suffix"
|
||||
bjam="$boost_root/tools/build/v2/engine/bin/bjam$exe_suffix"
|
||||
|
||||
#
|
||||
# "process_jam_log", and "compiler_status" paths to built helper programs:
|
||||
@@ -133,7 +133,7 @@ fi
|
||||
# rebuild bjam if required:
|
||||
#
|
||||
echo building bjam:
|
||||
cd "$boost_root/tools/build/v2/engine/src" && \
|
||||
cd "$boost_root/tools/build/v2/engine" && \
|
||||
LOCATE_TARGET=bin sh ./build.sh
|
||||
if test $? != 0 ; then
|
||||
echo "bjam build failed."
|
||||
|
||||
Reference in New Issue
Block a user