Searched refs:DEBUG_MAKE (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/jam/
H A Dmake1.c109 if( DEBUG_MAKE ) printf( "...failed updating %d target(s)...\n", counts->failed );
112 if( DEBUG_MAKE && counts->skipped )
115 if( DEBUG_MAKE && counts->made )
243 if( DEBUG_MAKE && !( counts->total % 100 ) )
284 if( DEBUG_MAKE )
369 if( status == EXEC_CMD_FAIL && DEBUG_MAKE )
H A Djam.c223 globs.noexec++, DEBUG_MAKE = DEBUG_MAKEQ = DEBUG_EXEC = 1; local
249 DEBUG_MAKE = DEBUG_MAKEQ = DEBUG_EXEC = 0;
269 case 'a': DEBUG_MAKE = DEBUG_MAKEQ = 1; break;
H A Dmake.c137 if( DEBUG_MAKE )
464 if( !( counts->targets++ % 10000 ) && DEBUG_MAKE )
H A Djam.h508 # define DEBUG_MAKE ( globs.debug[ 1 ] ) /* -da show actions when executed */ macro

Completed in 63 milliseconds