From 2d809ddc44c86d9130a9243efe8bced240deab27 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 9 Aug 2002 05:28:12 +0000 Subject: [PATCH] Damn, CVS!!! Fix the previous commit to correctly restore/merge 1.10 changes.ck lim [SVN r14751] --- historic/jam/src/make1.c | 2 -- jam_src/make1.c | 2 -- 2 files changed, 4 deletions(-) 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)