]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly file.c.~12~
authorRoland McGrath <roland@redhat.com>
Mon, 15 Jun 1992 16:39:11 +0000 (16:39 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 15 Jun 1992 16:39:11 +0000 (16:39 +0000)
file.c

diff --git a/file.c b/file.c
index 367c9aa17b317718abb1fef9a0d28e304ec11851..56b99127c3ba6d3d19b4e610fc64bf2cfd231cab 100644 (file)
--- a/file.c
+++ b/file.c
@@ -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 ();