Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-01-06 01:58:24


Author: jurko
Date: 2008-01-06 01:58:24 EST (Sun, 06 Jan 2008)
New Revision: 42510
URL: http://svn.boost.org/trac/boost/changeset/42510

Log:
Specifying that a build uses test configuration no longer prevents toolset auto-configuration and therefore no longer causes --toolset options to be ignored.
Text files modified:
   trunk/tools/build/v2/build-system.jam | 5 -----
   1 files changed, 0 insertions(+), 5 deletions(-)

Modified: trunk/tools/build/v2/build-system.jam
==============================================================================
--- trunk/tools/build/v2/build-system.jam (original)
+++ trunk/tools/build/v2/build-system.jam 2008-01-06 01:58:24 EST (Sun, 06 Jan 2008)
@@ -284,11 +284,6 @@
                 ECHO "notice: be ignored due to the test configuration being"
                     "loaded." ;
             }
-
- # This legacy setting should be removed. Added here only to preserve
- # behaviour with test configuration being loaded automatically
- # disabling toolset auto-configuration and default toolset usage.
- .legacy-ignore-config = true ;
         }
         else
         {


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