X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fscowl.git;a=blobdiff_plain;f=6%2Fsrc%2Fmake-call-list;fp=6%2Fsrc%2Fmake-call-list;h=91f3dd8a10ad93acad8658311f1ba57bd3ab17a8;hp=0000000000000000000000000000000000000000;hb=d5cbd5b855d8157fe44cd0979c2e517b93fb5004;hpb=0ba1587a200ebb44aea6355ee9330a720e3ecde2 diff --git a/6/src/make-call-list b/6/src/make-call-list new file mode 100755 index 0000000..91f3dd8 --- /dev/null +++ b/6/src/make-call-list @@ -0,0 +1,8 @@ +#!/bin/sh + +rm -f working/$1.mk + +for l in `cat l/levels-list` +do + echo "\$(call $1,$l)" >> working/$1.mk +done