From 6cdaff0948bbec3220d5cb071f79d5f2e1c9b083 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 25 Jun 2005 21:30:13 +0000 Subject: Fix Savannah bug #1454: skip over semicolons (and comments) inside variable references in target definition lines. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8e53a64..c764580 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 2005-06-25 Paul D. Smith + Fix Savannah bug #1454. + + * read.c (find_char_unquote): Accept a new argument IGNOREVARS. + If it's set, then don't stop on STOPCHARs or BLANKs if they're + inside a variable reference. Make this function static as it's + only used here. + (eval): Call find_char_unquote() with IGNOREVARS set when we're + parsing an unexpanded line looking for semicolons. + * misc.c (remove_comments): Move this to read.c and make it static + as it's only used there. Call find_char_unquote() with new arg. + * make.h: Remove prototypes for find_char_unquote() and + remove_comments() since they're static now. + Implement the MAKE_RESTARTS variable, and disable -B if it's >0. Fixes Savannah bug #7566. -- cgit v1.2.3