|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63919 - trunk/tools/build/v2/test
From: ghost_at_[hidden]
Date: 2010-07-12 04:15:41
Author: vladimir_prus
Date: 2010-07-12 04:15:41 EDT (Mon, 12 Jul 2010)
New Revision: 63919
URL: http://svn.boost.org/trac/boost/changeset/63919
Log:
Don't check for non-existent paths
Text files modified:
trunk/tools/build/v2/test/BoostBuild.py | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
Modified: trunk/tools/build/v2/test/BoostBuild.py
==============================================================================
--- trunk/tools/build/v2/test/BoostBuild.py (original)
+++ trunk/tools/build/v2/test/BoostBuild.py 2010-07-12 04:15:41 EDT (Mon, 12 Jul 2010)
@@ -246,10 +246,7 @@
# lying around.
dirs = [os.path.join('../../../jam/src', jam_build_dir + '.debug'),
os.path.join('../../../jam/src', jam_build_dir),
- os.path.join('../../jam_src', jam_build_dir + '.debug'),
- os.path.join('../../jam_src', jam_build_dir),
- os.path.join('../jam_src', jam_build_dir + '.debug'),
- os.path.join('../jam_src', jam_build_dir)]
+ ]
for d in dirs:
if os.path.exists(d):
jam_build_dir = d
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