From: Roland McGrath Date: Sun, 25 Oct 1992 06:13:10 +0000 (+0000) Subject: Formerly commands.c.~12~ X-Git-Tag: 3.70.2~559 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04b7426dfa74081baf2eb2025c5a0de5d5f3b5bd;p=platform%2Fupstream%2Fmake.git Formerly commands.c.~12~ --- diff --git a/commands.c b/commands.c index 43f5128..cd57e37 100644 --- a/commands.c +++ b/commands.c @@ -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;