Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67557 - sandbox/guild/pool/libs/pool/test
From: steven_at_[hidden]
Date: 2011-01-01 19:03:44


Author: steven_watanabe
Date: 2011-01-01 19:03:42 EST (Sat, 01 Jan 2011)
New Revision: 67557
URL: http://svn.boost.org/trac/boost/changeset/67557

Log:
Simplify the Jamfile
Text files modified:
   sandbox/guild/pool/libs/pool/test/Jamfile.v2 | 8 +-------
   1 files changed, 1 insertions(+), 7 deletions(-)

Modified: sandbox/guild/pool/libs/pool/test/Jamfile.v2
==============================================================================
--- sandbox/guild/pool/libs/pool/test/Jamfile.v2 (original)
+++ sandbox/guild/pool/libs/pool/test/Jamfile.v2 2011-01-01 19:03:42 EST (Sat, 01 Jan 2011)
@@ -2,13 +2,10 @@
 #~ Distributed under the Boost Software License, Version 1.0.
 #~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
-import modules ;
-
-local boost-path = [ modules.peek : BOOST ] ;
 
 project
     : requirements
- <library>$(boost-path)/libs/test/build//boost_test_exec_monitor/<link>static
+ <library>/boost/test//boost_test_exec_monitor/<link>static
         <include>../../..
         <define>BOOST_ALL_NO_LIB=1
     ;
@@ -19,6 +16,3 @@
     [ run test_pool_alloc.cpp ]
     [ run pool_msvc_compiler_bug_test.cpp ]
     ;
-
-
-


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