URL:
<http://savannah.gnu.org/bugs/?51973>
Summary: variable value set by target-specific assignment not
available to reference in multi-line variable definition
Project: make
Submitted by: oss542
Submitted on: Sat 09 Sep 2017 08:30:55 PM UTC
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: 4.2.1
Operating System: POSIX-Based
Fixed Release: None
Triage Status: None
_______________________________________________________
Details:
Makefile:
define EXELNK
$(1):;@echo "jfh1:pt1:$(OBJ1):"
endef
utl1: OBJ1=xOBJ1
$(call EXELNK, utl1)
result of invoking make :
actual - jfh1:pt1::
expected - jfh1:pt1:xOBJ1:
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?51973>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make