mirror of
https://review.haiku-os.org/buildtools
synced 2026-02-04 07:53:14 +01:00
Make the ..patience.. count comparison postinc so it shows one at the start and use every 10k target instead.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@41296 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -461,7 +461,7 @@ make0(
|
||||
if( t->flags & T_FLAG_INTERNAL )
|
||||
return;
|
||||
|
||||
if( !( ++counts->targets % 5000 ) && DEBUG_MAKE )
|
||||
if( !( counts->targets++ % 10000 ) && DEBUG_MAKE )
|
||||
printf( "...patience...\n" );
|
||||
|
||||
if( fate == T_FATE_ISTMP )
|
||||
|
||||
Reference in New Issue
Block a user