When working with GNU make, you can invoke an undefined function:
define ECHO_FOO = $(comment @echo foo) endef
This will expand to empty text before passing the content to the shell.