diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-15 16:39:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-15 16:39:11 +0000 |
commit | 82f7d51bde9a9d39ec6d79baa9ed71f0eae97f44 (patch) | |
tree | 6bcee6b7002d1d356945b6a0c79a844334dc46f3 | |
parent | 8407664cf66ac8aea89415bc65395842ff4efb29 (diff) | |
download | gunmake-82f7d51bde9a9d39ec6d79baa9ed71f0eae97f44.tar.gz |
Formerly file.c.~12~
-rw-r--r-- | file.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -425,10 +425,10 @@ print_file_data_base () switch (f->command_state) { case cs_running: - puts ("# Commands currently running (?!)."); + puts ("# Commands currently running (THIS IS A BUG)."); break; case cs_deps_running: - puts ("# Dependencies currently being made (?!)."); + puts ("# Dependencies commands running (THIS IS A BUG)."); break; case cs_not_started: case cs_finished: @@ -450,7 +450,8 @@ print_file_data_base () } break; default: - puts ("# Invalid value in `command_state' member!"); + puts ("# Invalid value in `command_state +' member!"); fflush (stdout); fflush (stderr); abort (); |