mirror of
https://github.com/mirror/make.git
synced 2026-08-09 01:20:56 +00:00
Formerly file.c.~12~
This commit is contained in:
7
file.c
7
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 ();
|
||||
|
||||
Reference in New Issue
Block a user