Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79464 - trunk/tools/build/v2/engine
From: steven_at_[hidden]
Date: 2012-07-12 21:53:47


Author: steven_watanabe
Date: 2012-07-12 21:53:46 EDT (Thu, 12 Jul 2012)
New Revision: 79464
URL: http://svn.boost.org/trac/boost/changeset/79464

Log:
Make annoying unconditional hcache message only appear with DEBUG_HEADER.
Text files modified:
   trunk/tools/build/v2/engine/hcache.c | 15 +++++++--------
   1 files changed, 7 insertions(+), 8 deletions(-)

Modified: trunk/tools/build/v2/engine/hcache.c
==============================================================================
--- trunk/tools/build/v2/engine/hcache.c (original)
+++ trunk/tools/build/v2/engine/hcache.c 2012-07-12 21:53:46 EDT (Thu, 12 Jul 2012)
@@ -446,16 +446,15 @@
             if ( iter1 != end1 || iter2 != end2 )
             {
                 if ( DEBUG_HEADER )
+ {
                     printf( "HDRSCAN out of date in cache for %s\n",
                         object_str( t->boundname ) );
-
- printf( "HDRSCAN out of date for %s\n", object_str(
- t->boundname ) );
- printf(" real : ");
- list_print( hdrscan );
- printf( "\n cached: " );
- list_print( c->hdrscan );
- printf( "\n" );
+ printf(" real : ");
+ list_print( hdrscan );
+ printf( "\n cached: " );
+ list_print( c->hdrscan );
+ printf( "\n" );
+ }
 
                 list_free( c->includes );
                 list_free( c->hdrscan );


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