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
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