From: Anas Nashif Date: Mon, 5 Nov 2012 19:22:40 +0000 (-0800) Subject: parallel build X-Git-Tag: accepted/tizen/common/20150107.100744~8 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fmake.git;a=commitdiff_plain;h=ad671f0b6f4a26e97bd25a732545d2cb51b3dd6e parallel build --- diff --git a/remake.c b/remake.c index 138cdc6..fe858ae 100644 --- a/remake.c +++ b/remake.c @@ -300,7 +300,8 @@ update_file (struct file *file, unsigned int depth) the diagnostics haven't been issued. If we need the diagnostics then we will have to continue. */ if (!(f->updated && f->update_status > us_none - && !f->dontcare && f->no_diag)) + && !f->dontcare && f->no_diag) + && f->command_state!=cs_not_started ) { DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); return f->command_state == cs_finished ? f->update_status : 0;