Re: Recursive invocation of variable_expand_string bug version 3.80

2004-04-02 Thread Robert Schiele
On Thu, Apr 01, 2004 at 11:49:42AM -0800, Jon Haswell wrote: > The problem is in the routine variable_expand_string in how it handles > access to variable_buffer. When the problem occurs it has been called to > expand the $(eval $(call ... code above and it does this using the default > variable_bu

Re: Recursive invocation of variable_expand_string bug version 3.80

2004-04-01 Thread Jon Haswell
AIL PROTECTED]> on 04/01/2004 12:40:23 PM To:Jon Haswell/San Jose/[EMAIL PROTECTED] cc:[EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Recursive invocation of variable_expand_string bug version 3.80 On Thu, Apr 01, 2004 at 11:49:42AM -0800, Jon Haswell wrote: > The problem

Re: Recursive invocation of variable_expand_string bug version 3.80

2004-04-01 Thread Paul D. Smith
This bug has been fixed in the source. You can find a patch attached to bug # 1517 in Savannah. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http

Recursive invocation of variable_expand_string bug version 3.80

2004-04-01 Thread Jon Haswell
Given the two following Makefile fragments Makefile define INCLUDE_template ifneq ($(MAKECMDGOALS),clean) -include $(1) endif endef PROGRAMS := a a_ABS_OFILES := osbasic.o $(foreach prog_file,$(PROGRAMS),$(eval $(call INCLUDE_template,$($(prog_file)_ABS_OFILES:.o=.d o