diff options
author | Roland McGrath <roland@redhat.com> | 1992-10-25 05:49:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-10-25 05:49:07 +0000 |
commit | 0e4062c1770d688ded2b53adbe22290acde07591 (patch) | |
tree | 7feaf012ee0c22adbcef280cc7cf91b3d96c6e7d /remake.c | |
parent | cff0af8d6d2f1d4b3db50ebcf9fefc9e197ce76f (diff) | |
download | gunmake-0e4062c1770d688ded2b53adbe22290acde07591.tar.gz |
Formerly remake.c.~36~
Diffstat (limited to 'remake.c')
-rw-r--r-- | remake.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -207,6 +207,12 @@ update_file (file, depth) d->file->command_state = f->command_state; d->file->update_status = f->update_status; d->file->updated = f->updated; + if (debug_flag) + { + print_spaces (depth); + printf ("File `%s' was also made by making `%s'.\n", + d->file->name, f->name); + } } if (status != 0 && !keep_going_flag) |