Home | History | Annotate | Download | only in testcase
      1 vardef=$(eval $(1):=$(2))
      2 $(call vardef,x,PASS)
      3 test:
      4 	echo $(x)
      5