$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r69394 - sandbox/variadic_templates/libs/composite_storage/sandbox/pack
From: cppljevans_at_[hidden]
Date: 2011-02-28 11:39:07
Author: cppljevans
Date: 2011-02-28 11:39:05 EST (Mon, 28 Feb 2011)
New Revision: 69394
URL: http://svn.boost.org/trac/boost/changeset/69394
Log:
Use sandbox_path set by upper-level Jamfile.
Rm <include>variadic_templates because it's already
<include>'d in upper-level Jamfile.
Text files modified: 
   sandbox/variadic_templates/libs/composite_storage/sandbox/pack/Jamfile |     6 +-----                                  
   1 files changed, 1 insertions(+), 5 deletions(-)
Modified: sandbox/variadic_templates/libs/composite_storage/sandbox/pack/Jamfile
==============================================================================
--- sandbox/variadic_templates/libs/composite_storage/sandbox/pack/Jamfile	(original)
+++ sandbox/variadic_templates/libs/composite_storage/sandbox/pack/Jamfile	2011-02-28 11:39:05 EST (Mon, 28 Feb 2011)
@@ -2,13 +2,9 @@
 project libs/composite_storage/sandbox/pack
   :
   : default-build debug
-    <include>../../../../../../ro/switch 
+    <include>$(sandbox_path)/switch 
       #^for:
       #   http://svn.boost.org/svn/boost/sandbox/switch
-    <include>../../../..
-      #^for:
-      #   boost/composite_storage/*
-      #   boost/iostreams/utility/*
   ;
 run composite_storage.leaf.test.cpp
   ;