github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/comment_in_define.mk (about)

     1  define comment
     2  # PASS
     3  endef
     4  
     5  a:=$(comment)
     6  
     7  foo:
     8  	$(comment)
     9  	echo $(a)