URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=16545>
Summary: Escaping a ":" in an escaped substition reference
on a prereq line dumps core
Project: make
Submitted by: psmith
Submitted on: Sunday 05/07/06 at 14:56
Severity: 5 - Blocker
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Component Version: 3.81
Operating System: Any
Fixed Release: None
_______________________________________________________
Details:
Using this makefile:
$ cat Makefile
.PHONY: foo.bar
.SECONDEXPANSION:
foo: $$(@\:%=%.bar); @echo $^
$ make
Makefile:3: Malformed target-specific variable definition
Segmentation fault (core dumped)
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=16545>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make