Lines Matching full:outfile
27 --out=outfile Redirect output to a file
36 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
43 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
225 $nows_sln_config: $outfile
226 ${TAB}\$(MSBUILD_TOOL) $outfile -build "$config"
229 $nows_sln_config: $outfile
230 ${TAB}\$(MSBUILD_TOOL) $outfile -m -t:Build \\
235 $nows_sln_config: $outfile .nodevenv.once
246 outfile=/dev/stdout
252 --out=*) outfile="${optval}"; mkoutfile="${optval}".mk
282 outfile=${outfile:-/dev/stdout}
319 cat >${outfile} <<EOF
324 process_project $proj >>${outfile}
326 process_global >>${outfile}