Home | History | Annotate | Download | only in src

Lines Matching refs:tfn

490 tfn=
509 tfn=$i
571 test -z "$tfn" && if test $legacy = 0; then
572 tfn=mksh
574 tfn=lksh
576 if test -d $tfn || test -d $tfn.exe; then
577 echo "$me: Error: ./$tfn is a directory!" >&2
580 rmf a.exe* a.out* conftest.c *core core.* lft ${tfn}* no *.bc *.ll *.o *.gen \
1793 rmf $tfn.s
1794 test $fv = 0 || v "llvm-link -o - conftest.o | opt $optflags | llc -o $tfn.s" || fv=0
1795 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn $tfn.s $LIBS $ccpr"
1801 rmf $tfn.s
1802 test $fv = 0 || v "llvm-link -o - conftest.bc | opt $optflags | llc -o $tfn.s" || fv=0
1803 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn $tfn.s $LIBS $ccpr"
2327 a.exe) mkshexe=$tfn.exe ;;
2328 *) mkshexe=$tfn ;;
2455 echo "rm -f $tfn.s" >>Rebuild.sh
2456 echo "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s" >>Rebuild.sh
2457 lobjs=$tfn.s
2550 rmf $tfn.s
2551 v "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s"
2557 test 1 = $r || v "$NROFF -mdoc <'$srcdir/mksh.1' >$tfn.cat1" || \
2558 rmf $tfn.cat1
2565 $e "# $i -c -s -o root -g bin -m 555 $tfn /bin/$tfn"
2567 $e "# grep -x /bin/$tfn /etc/shells >/dev/null || echo /bin/$tfn >>/etc/shells"
2572 if test -f $tfn.cat1; then
2573 $e "# $i -c -o root -g bin -m 444 $tfn.cat1" \
2574 tfn.0"
2577 $e "# $i -c -o root -g bin -m 444 $tfn.1 /usr/share/man/man1/$tfn.1"