On Sat, 2017-06-17 at 17:00 +0200, SF Markus Elfring wrote: > It might also be expected that this simple example just can not work > as intended because of a special typo (one dollar sign missing).
Well, as they say, GIGO :) > Corrected example: > > my_test_command?=cat > > define my_rule_demo= > name::=${1} > $${name:.in=.txt}: ${1} > $${my_test_command} $$< > $$@ > endef > > $(eval $(call my_rule_demo,MOTD.in)) This looks fine to me. Is there something wrong with it? You haven't provided any information what output you actually get from this makefile, and why you feel that result is incorrect. > How would you like to clarify remaining details from other requests? I'm sorry but I've lost track of what issues have been resolved versus which are still outstanding. If you can provide an example and a specific question, we can attempt to respond. _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make