github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/multiline_and_leading_space.mk (about) 1 X:=foo \ 2 bar 3 4 Y:=foo \ 5 \ 6 bar 7 8 $(info foo \ 9 bar) 10 11 test: 12 echo PASS $(X) $(Y)