github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/join.mk (about) 1 foo:=$(join a b,.c .o) 2 3 # produces `a.c b.o'. 4 test: 5 echo $(foo) 6 echo $(join a b c, 0 1) 7 echo $(join a b, 0 1 2)