diff options
author | Roland McGrath <roland@redhat.com> | 1992-10-25 06:13:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-10-25 06:13:10 +0000 |
commit | 04b7426dfa74081baf2eb2025c5a0de5d5f3b5bd (patch) | |
tree | d6816ea6075587f6159cf6bf5029098f57204828 | |
parent | 0e4062c1770d688ded2b53adbe22290acde07591 (diff) | |
download | gunmake-04b7426dfa74081baf2eb2025c5a0de5d5f3b5bd.tar.gz |
Formerly commands.c.~12~
-rw-r--r-- | commands.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |