Lines Matching defs:output
5 .if make(output)
11 all: output.-B output.-j1
15 # This output should be accurately reflected in the .meta file.
18 output: .NOPATH
19 @{ echo Test ${tag} output; \
25 output.-B output.-j1:
26 @{ rm -f ${TMPDIR}/output; mkdir -p ${TMPDIR}/obj; \
27 MAKEFLAGS= ${.MAKE} -r -C ${TMPDIR} ${.TARGET:E} tag=${.TARGET:E} -f ${_mf} output; \
28 sed '1,/command output/d' ${TMPDIR}/obj/output.meta > ${TMPDIR}/obj/output-meta; \
29 diff -u ${TMPDIR}/obj/output ${TMPDIR}/obj/output-meta; }