It look like the shell function is evaluated even though commented out in the following code:

define FUNC
###FOO := $(shell sleep 10)
endef

all:
   @echo DONE

$(eval $(call FUNC,$(platform)))


--

Yuri



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to