Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73147 - trunk/libs/locale/build
From: artyomtnk_at_[hidden]
Date: 2011-07-16 09:36:00


Author: artyom
Date: 2011-07-16 09:35:59 EDT (Sat, 16 Jul 2011)
New Revision: 73147
URL: http://svn.boost.org/trac/boost/changeset/73147

Log:
Try to prevent entire build process to fail of Boost.Locale can't
be build

Text files modified:
   trunk/libs/locale/build/Jamfile.v2 | 5 ++---
   1 files changed, 2 insertions(+), 3 deletions(-)

Modified: trunk/libs/locale/build/Jamfile.v2
==============================================================================
--- trunk/libs/locale/build/Jamfile.v2 (original)
+++ trunk/libs/locale/build/Jamfile.v2 2011-07-16 09:35:59 EDT (Sat, 16 Jul 2011)
@@ -14,7 +14,6 @@
 import toolset ;
 import project ;
 import feature ;
-
 # Features
 
 feature.feature boost.locale.iconv : on off : optional propagated ;
@@ -129,8 +128,8 @@
         
     if ! $(found-iconv) && ! $(found-icu) && ! <target-os>windows in $(properties) && ! <target-os>cygwin in $(properties)
     {
- ECHO "error: Boost.Locale needs either iconv or ICU library to be built." ;
- EXIT ;
+ ECHO "- Boost.Locale needs either iconv or ICU library to be built." ;
+ result += <build>no ;
     }
     
     if ! <boost.locale.std> in $(properties:G)


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