Home | History | Annotate | Download | only in core

Lines Matching full:tmpl

409 TMPL=/tmp/ndk-$USER/tmp/tests/test-$$.log
414 rm -f $TMPC $TMPO $TMPL $TMPE
468 cat $TMPL
483 cat $TMPL
506 cat $TMPL
518 # stores the error log into $TMPL
523 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
529 $CXX -o $TMPO -c $CXXFLAGS $TMPC 2> $TMPL
532 # try to link the recently built file into an executable. error log in $TMPL
537 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL
556 cat $TMPL
564 cat $TMPL