/[make]/make/remake.c
ViewVC logotype

Diff of /make/remake.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.114 by psmith, Mon Feb 28 07:48:23 2005 UTC revision 1.115 by psmith, Mon Feb 28 09:41:25 2005 UTC
# Line 176  update_goal_chain (struct dep *goals) Line 176  update_goal_chain (struct dep *goals)
176                        /* If -q just triggered, stop immediately.  It doesn't                        /* If -q just triggered, stop immediately.  It doesn't
177                           matter how much more we run, since we already know                           matter how much more we run, since we already know
178                           the answer to return.  */                           the answer to return.  */
179                        stop = (!keep_going_flag && !question_flag                        stop = (question_flag && !keep_going_flag
180                                && !rebuilding_makefiles);                                && !rebuilding_makefiles);
181                      }                      }
182                    else                    else
# Line 307  update_file (struct file *file, unsigned Line 307  update_file (struct file *file, unsigned
307        status |= update_file_1 (f, depth);        status |= update_file_1 (f, depth);
308        check_renamed (f);        check_renamed (f);
309    
310          /* If we got an error, don't bother with double_colon etc.  */
311        if (status != 0 && !keep_going_flag)        if (status != 0 && !keep_going_flag)
312          break;          return status;
313    
314        if (f->command_state == cs_running        if (f->command_state == cs_running
315            || f->command_state == cs_deps_running)            || f->command_state == cs_deps_running)

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26