Lines Matching refs:tfn
507 tfn=
528 tfn=$i
599 test -z "$tfn" && if test $legacy = 0; then
600 tfn=mksh
602 tfn=lksh
604 if test -d $tfn || test -d $tfn.exe; then
605 echo "$me: Error: ./$tfn is a directory!" >&2
608 rmf a.exe* a.out* conftest.c conftest.exe* *core core.* ${tfn}* *.bc *.dbg \
1956 rmf $tfn.s
1957 test $fv = 0 || v "llvm-link -o - conftest.o | opt $optflags | llc -o $tfn.s" || fv=0
1958 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn $tfn.s $LIBS $ccpr"
1964 rmf $tfn.s
1965 test $fv = 0 || v "llvm-link -o - conftest.bc | opt $optflags | llc -o $tfn.s" || fv=0
1966 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn $tfn.s $LIBS $ccpr"
2441 mkshexe=$tfn.exe
2445 mkshexe=$tfn
2584 echo "rm -f $tfn.s" >>Rebuild.sh
2585 echo "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s" >>Rebuild.sh
2586 lobjs=$tfn.s
2679 rmf $tfn.s
2680 v "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s"
2694 $e "# $i -c -s -o root -g bin -m 555 $tfn /bin/$tfn"
2696 $e "# grep -x /bin/$tfn /etc/shells >/dev/null || echo /bin/$tfn >>/etc/shells"