summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-04-27 16:37:56 +0000
committerRoland McGrath <roland@redhat.com>1995-04-27 16:37:56 +0000
commit7170467928c53eb7a67794364a64c1ab2530d8b5 (patch)
treea48083a84d3b26342649239d22573a58d1b58a06
parent81699266d3ddf09af3716dc0625004398e17b274 (diff)
downloadgunmake-7170467928c53eb7a67794364a64c1ab2530d8b5.tar.gz
.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21f6203..21d1d90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.