mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
Formerly commands.c.~12~
This commit is contained in:
parent
0e4062c177
commit
04b7426dfa
@ -357,6 +357,9 @@ execute_file_commands (file)
|
||||
break;
|
||||
if (*p == '\0')
|
||||
{
|
||||
/* We are all out of commands.
|
||||
If we have gotten this far, all the previous commands
|
||||
have run successfully, so we have winning update status. */
|
||||
file->update_status = 0;
|
||||
notice_finished_file (file);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user