X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=t%2Fapenwarr%2F110-compile%2FLD.do;fp=t%2Fapenwarr%2F110-compile%2FLD.do;h=2dac2e9aa3a4937a1284bb55c3fccab9ef8896f5;hb=a6510ac6225a3a93df9d27dc316a3c1c0fcde426;hp=0000000000000000000000000000000000000000;hpb=a5111e179e5aca57420fd1cc95c1b21e7cd34226;p=goredo.git diff --git a/t/apenwarr/110-compile/LD.do b/t/apenwarr/110-compile/LD.do new file mode 100644 index 0000000..2dac2e9 --- /dev/null +++ b/t/apenwarr/110-compile/LD.do @@ -0,0 +1,7 @@ +exec >$3 +cat <<-EOF + OUT="\$1" + shift + cc -Wall -o "\$OUT" "\$@" +EOF +chmod a+x $3