Home | History | Annotate | Download | only in tools

Lines Matching full:tmpl

432 TMPL=/tmp/ndk-$USER/tmp/tests/test-$$.log
437 rm -f $TMPC $TMPO $TMPL $TMPE
491 cat $TMPL
506 cat $TMPL
529 cat $TMPL
541 # stores the error log into $TMPL
546 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
552 $CXX -o $TMPO -c $CXXFLAGS $TMPC 2> $TMPL
555 # try to link the recently built file into an executable. error log in $TMPL
560 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL
579 cat $TMPL
587 cat $TMPL