Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-08-24 08:08:50


Author: jurko
Date: 2008-08-24 08:08:49 EDT (Sun, 24 Aug 2008)
New Revision: 48347
URL: http://svn.boost.org/trac/boost/changeset/48347

Log:
Made the Boost Build contrib/wxFormBuilder.jam toolset module report its configuration debugging messages consistently with the nice way this is implemented in the tools/python.jam toolset module.
Text files modified:
   trunk/tools/build/v2/contrib/wxFormBuilder.jam | 18 +++++++++---------
   1 files changed, 9 insertions(+), 9 deletions(-)

Modified: trunk/tools/build/v2/contrib/wxFormBuilder.jam
==============================================================================
--- trunk/tools/build/v2/contrib/wxFormBuilder.jam (original)
+++ trunk/tools/build/v2/contrib/wxFormBuilder.jam 2008-08-24 08:08:49 EDT (Sun, 24 Aug 2008)
@@ -104,7 +104,7 @@
     {
         if $(.debug-configuration)
         {
- ECHO notice: [wxFormBuilder] Repeated initialization request
+ ECHO notice: [wxFormBuilder-cfg] Repeated initialization request
                 (executable \"$(executable:E="")\") detected and ignored. ;
         }
     }
@@ -114,7 +114,7 @@
 
         if $(.debug-configuration)
         {
- ECHO notice: [wxFormBuilder] Configuring wxFormBuilder... ;
+ ECHO notice: [wxFormBuilder-cfg] Configuring wxFormBuilder... ;
         }
 
         # Deduce the path to the used wxFormBuilder executable.
@@ -128,19 +128,19 @@
             }
             else if $(.debug-configuration)
             {
- ECHO notice: [wxFormBuilder] No wxFormBuilder path configured
- either explicitly or using the $(environmentVariable)
- environment variable. ;
- ECHO notice: [wxFormBuilder] To avoid complications please
+ ECHO notice: [wxFormBuilder-cfg] No wxFormBuilder path
+ configured either explicitly or using the
+ $(environmentVariable) environment variable. ;
+ ECHO notice: [wxFormBuilder-cfg] To avoid complications please
                     update your configuration to includes a correct path to the
                     wxFormBuilder executable. ;
- ECHO notice: [wxFormBuilder] wxFormBuilder executable will be
- searched for on the system path. ;
+ ECHO notice: [wxFormBuilder-cfg] wxFormBuilder executable will
+ be searched for on the system path. ;
             }
         }
         if $(.debug-configuration)
         {
- ECHO notice: [wxFormBuilder] Will use wxFormBuilder executable
+ ECHO notice: [wxFormBuilder-cfg] Will use wxFormBuilder executable
                 \"$(executable)\". ;
         }
 


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