diff options
author | Roland McGrath <roland@redhat.com> | 1995-04-27 16:37:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-04-27 16:37:56 +0000 |
commit | 7170467928c53eb7a67794364a64c1ab2530d8b5 (patch) | |
tree | a48083a84d3b26342649239d22573a58d1b58a06 /ChangeLog | |
parent | 81699266d3ddf09af3716dc0625004398e17b274 (diff) | |
download | make-7170467928c53eb7a67794364a64c1ab2530d8b5.tar.gz |
.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Wed Apr 26 17:15:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * file.c (remove_intermediates): Fix inverted test to bail under + -n for signal case. Bail under -q or -t. + Skip files with update_status==-1. + + * job.c (job_next_command): Skip empty lines. + (new_job): Don't test the return of job_next_command. + Just let start_waiting_job handle the case of empty commands. + Wed Apr 19 03:25:54 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * function.c [__MSDOS__]: Include <fcntl.h>. From DJ Delorie. |