diff --git a/historic/jam/src/make1.c b/historic/jam/src/make1.c index 18266a8f6..1b45d355b 100644 --- a/historic/jam/src/make1.c +++ b/historic/jam/src/make1.c @@ -562,8 +562,6 @@ make1d(state *pState) printf( "...failed %s ", cmd->rule->name ); list_print( lol_get( &cmd->args, 0 ) ); printf( "...\n" ); - - if( globs.quitquick ) ++intr; } if (status == EXEC_CMD_FAIL) diff --git a/jam_src/make1.c b/jam_src/make1.c index 18266a8f6..1b45d355b 100644 --- a/jam_src/make1.c +++ b/jam_src/make1.c @@ -562,8 +562,6 @@ make1d(state *pState) printf( "...failed %s ", cmd->rule->name ); list_print( lol_get( &cmd->args, 0 ) ); printf( "...\n" ); - - if( globs.quitquick ) ++intr; } if (status == EXEC_CMD_FAIL)