github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/warning.mk (about) 1 $(warning foo) 2 3 define baz 4 b 5 a 6 z 7 endef 8 9 test: 10 $(warning bar'""') 11 $(warning $(baz)) 12 echo PASS