$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51075 - sandbox/SCons/libs
From: loonycyborg_at_[hidden]
Date: 2009-02-07 11:58:38
Author: loonycyborg
Date: 2009-02-07 11:58:37 EST (Sat, 07 Feb 2009)
New Revision: 51075
URL: http://svn.boost.org/trac/boost/changeset/51075
Log:
Reorganized the build dir.
Text files modified: 
   sandbox/SCons/libs/SConscript |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/SCons/libs/SConscript
==============================================================================
--- sandbox/SCons/libs/SConscript	(original)
+++ sandbox/SCons/libs/SConscript	2009-02-07 11:58:37 EST (Sat, 07 Feb 2009)
@@ -24,7 +24,7 @@
             env.SetProperty(threading = threading)
             for sconscript in sconscripts:
                 lib = str(sconscript.get_dir().up())
-                target_dir = "#/bin.SCons/" + lib + "/" + variant + "/" + linking + "/threading-" + threading
+                target_dir = "#/bin.SCons/libs/" + lib + "/" + variant + "/" + linking + "/threading-" + threading
                 VariantDir(src_dir = lib + "/src", variant_dir = target_dir, duplicate = False)
                 VariantDir(src_dir = lib + "/build", variant_dir = lib + "/src", duplicate = False)
                 SConscript(target_dir + "/SConscript", exports = { "env" : env.Clone(BOOST_LIB = lib.upper()) })