Lines Matching refs:tfn
513 tfn=
598 test_n "$tfn" || if test $legacy = 0; then
599 tfn=mksh
601 tfn=lksh
603 if test -d $tfn || test -d $tfn.exe; then
604 echo "$me: Error: ./$tfn is a directory!" >&2
607 rmf a.exe* a.out* conftest.c conftest.exe* *core core.* ${tfn}* *.bc *.dbg \
1978 rmf $tfn.s
1979 test $fv = 0 || v "llvm-link -o - conftest.o | opt $optflags | llc -o $tfn.s" || fv=0
1980 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn $tfn.s $LIBS $ccpr"
1986 rmf $tfn.s
1987 test $fv = 0 || v "llvm-link -o - conftest.bc | opt $optflags | llc -o $tfn.s" || fv=0
1988 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn $tfn.s $LIBS $ccpr"
2516 mkshexe=$tfn.exe
2520 mkshexe=$tfn
2662 echo "rm -f $tfn.s" >>Rebuild.sh
2663 echo "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s" >>Rebuild.sh
2664 lobjs=$tfn.s
2757 rmf $tfn.s
2758 v "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s"
2773 $e "# $i -c -s -o root -g bin -m 555 $tfn /bin/$tfn"
2775 $e "# grep -x /bin/$tfn /etc/shells >/dev/null || echo /bin/$tfn >>/etc/shells"