From 394864015453ce78c822e6457df04fe483f4bfb0 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 13 Oct 1998 20:59:08 +0000 Subject: Ignore non-empty lines which become empty after variable expansion. Don't choke on invalid pattern rules if we fail during makefile parsing. Don't dump core if a non-empty command becomes empty after expansion. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bf59080..35f7e9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +1998-10-13 Paul D. Smith + + * job.c (new_job): If the command list resolves to empty (through + variable expansion, for example), stop early rather than running + start_waiting_job(). + +1998-10-12 Andreas Schwab + + * rule.c (print_rule_data_base): Ignore num_pattern_rules if it is + zero. + +1998-10-09 Paul D. Smith + + * read.c (read_makefile): Allow non-empty lines to expand to the + empty string after variable, etc., expansion, and be ignored. + 1998-09-21 Paul D. Smith * job.c (construct_command_argv_internal): Only add COMMAND.COM -- cgit v1.2.3