From: Roland McGrath Date: Thu, 27 Apr 1995 16:37:56 +0000 (+0000) Subject: . X-Git-Tag: 3.73.2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7170467928c53eb7a67794364a64c1ab2530d8b5;p=thirdparty%2Fmake.git . --- diff --git a/ChangeLog b/ChangeLog index 21f6203b..21d1d904 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Apr 26 17:15:57 1995 Roland McGrath + + * 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 * function.c [__MSDOS__]: Include . From DJ Delorie.