Lines Matching refs:tmp
18 head -c 512 < /usr/share/dict/words > ${.TARGET}.tmp \
19 && mv -f ${.TARGET}.tmp ${.TARGET}
25 head -c 5120 < /usr/share/dict/words > ${.TARGET}.tmp \
26 && mv -f ${.TARGET}.tmp ${.TARGET}
32 head -c 12345 < /usr/share/dict/words > ${.TARGET}.tmp \
33 && mv -f ${.TARGET}.tmp ${.TARGET}
41 | ./vndcompress -l 12345 /dev/stdin ${.TARGET}.tmp \
42 && mv -f ${.TARGET}.tmp ${.TARGET}
46 head -c 65536 < /usr/share/dict/words > ${.TARGET}.tmp \
47 && mv -f ${.TARGET}.tmp ${.TARGET}
51 head -c 655360 < /usr/share/dict/words > ${.TARGET}.tmp \
52 && mv -f ${.TARGET}.tmp ${.TARGET}
58 head -c $$((65536 + 512)) < /usr/share/dict/words > ${.TARGET}.tmp \
59 && mv -f ${.TARGET}.tmp ${.TARGET}
65 head -c 123456 < /usr/share/dict/words > ${.TARGET}.tmp \
66 && mv -f ${.TARGET}.tmp ${.TARGET}
71 head -c 512 < /usr/share/dict/words > ${.TARGET}.tmp \
72 && mv -f ${.TARGET}.tmp ${.TARGET}
77 head -c 5120 < /usr/share/dict/words > ${.TARGET}.tmp \
78 && mv -f ${.TARGET}.tmp ${.TARGET}
82 CLEANFILES+= piperestart.in piperestart.in.tmp
83 CLEANFILES+= piperestart.cl2 piperestart.cl2.tmp
84 CLEANFILES+= piperestart.cl2restart piperestart.cl2restart.tmp
85 CLEANFILES+= piperestart.cl2part piperestart.cl2part.tmp
89 cp piperestart.cl2part ${.TARGET}.tmp \
91 | ./vndcompress -l 655360 -k 1 -r -R /dev/stdin ${.TARGET}.tmp \
92 && mv -f ${.TARGET}.tmp ${.TARGET}
98 | ./vndcompress -l 655360 -k 1 /dev/stdin ${.TARGET}.tmp; \
99 mv -f ${.TARGET}.tmp ${.TARGET}
101 head -c 655360 < /usr/share/dict/words > ${.TARGET}.tmp \
102 && mv -f ${.TARGET}.tmp ${.TARGET}
107 CLEANFILES+= pipebadstart.in pipebadstart.in.tmp
108 CLEANFILES+= pipebadstart.cl2 pipebadstart.cl2.tmp
109 CLEANFILES+= pipebadstart.cl2restart pipebadstart.cl2restart.tmp
110 CLEANFILES+= pipebadstart.cl2part pipebadstart.cl2part.tmp
114 cp pipebadstart.cl2part ${.TARGET}.tmp \
116 | ./vndcompress -l 655360 -k 1 -r /dev/stdin ${.TARGET}.tmp \
117 && mv -f ${.TARGET}.tmp ${.TARGET}
121 head -c 655360 < /usr/share/dict/words > ${.TARGET}.tmp \
122 && mv -f ${.TARGET}.tmp ${.TARGET}
126 CLEANFILES+= pipefalsestart.in pipefalsestart.in.tmp
127 CLEANFILES+= pipefalsestart.cl2 pipefalsestart.cl2.tmp
128 CLEANFILES+= pipefalsestart.cl2restart pipefalsestart.cl2restart.tmp
132 rm -f ${.TARGET}.tmp \
134 | ./vndcompress -l 655360 -k 1 -r /dev/stdin ${.TARGET}.tmp \
135 && mv -f ${.TARGET}.tmp ${.TARGET}
137 head -c 655360 < /usr/share/dict/words > ${.TARGET}.tmp \
138 && mv -f ${.TARGET}.tmp ${.TARGET}
142 CLEANFILES+= part.orig part.orig.tmp
143 CLEANFILES+= part.cl2part part.cl2part.tmp
144 CLEANFILES+= part.cl2 part.cl2.tmp
145 CLEANFILES+= part.out part.out.tmp
149 cp part.cl2part ${.TARGET}.tmp \
150 && ./vndcompress -b 512 -r -R part.orig ${.TARGET}.tmp \
151 && mv -f ${.TARGET}.tmp ${.TARGET}
153 ./vndcompress -b 512 -p 10 part.orig ${.TARGET}.tmp \
154 && mv -f ${.TARGET}.tmp ${.TARGET}
156 head -c 12345 < /usr/share/dict/words > ${.TARGET}.tmp \
157 && mv -f ${.TARGET}.tmp ${.TARGET}
161 CLEANFILES+= falsestart.in falsestart.in.tmp
162 CLEANFILES+= falsestart.cl2 falsestart.cl2.tmp
163 CLEANFILES+= falsestart.cl2restart falsestart.cl2restart.tmp
167 rm -f ${.TARGET}.tmp \
168 && ./vndcompress -r falsestart.in ${.TARGET}.tmp \
169 && mv -f ${.TARGET}.tmp ${.TARGET}
171 head -c 655360 < /usr/share/dict/words > ${.TARGET}.tmp \
172 && mv -f ${.TARGET}.tmp ${.TARGET}
176 head -c 655360 < /usr/share/dict/words > ${.TARGET}.tmp \
177 && mv -f ${.TARGET}.tmp ${.TARGET}
179 ./vndcompress -w 1 ${.IMPSRC} ${.TARGET}.tmp \
180 && mv -f ${.TARGET}.tmp ${.TARGET}
182 ./vndcompress -w 1 -d ${.IMPSRC} ${.TARGET}.tmp \
183 && mv -f ${.TARGET}.tmp ${.TARGET}
239 CLEANFILES+= ${testfile}.${suffix}.tmp
268 ./vndcompress ${.IMPSRC} ${.TARGET}.tmp ${BLOCKSIZE.${.PREFIX}} \
269 && mv -f ${.TARGET}.tmp ${.TARGET}
272 vndcompress ${.IMPSRC} ${.TARGET}.tmp ${BLOCKSIZE.${.PREFIX}} \
273 && mv -f ${.TARGET}.tmp ${.TARGET}
276 ./vndcompress -d ${.IMPSRC} ${.TARGET}.tmp \
277 && mv -f ${.TARGET}.tmp ${.TARGET}
280 vnduncompress ${.IMPSRC} ${.TARGET}.tmp \
281 && mv -f ${.TARGET}.tmp ${.TARGET}