Home | History | Annotate | Download | only in src

Lines Matching refs:tfn

336 tfn=
355 tfn=$i
413 test -z "$tfn" && if test $legacy = 0; then
414 tfn=mksh
416 tfn=lksh
418 if test -d $tfn || test -d $tfn.exe; then
419 echo "$me: Error: ./$tfn is a directory!" >&2
422 rmf a.exe* a.out* conftest.c *core core.* lft ${tfn}* no *.bc *.ll *.o \
1541 rmf $tfn.s
1542 test $fv = 0 || v "llvm-link -o - conftest.o | opt $optflags | llc -o $tfn.s" || fv=0
1543 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn $tfn.s $LIBS $ccpr"
1549 rmf $tfn.s
1550 test $fv = 0 || v "llvm-link -o - conftest.bc | opt $optflags | llc -o $tfn.s" || fv=0
1551 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn $tfn.s $LIBS $ccpr"
2131 a.exe) mkshexe=$tfn.exe ;;
2132 *) mkshexe=$tfn ;;
2247 echo "rm -f $tfn.s" >>Rebuild.sh
2248 echo "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s" >>Rebuild.sh
2249 lobjs=$tfn.s
2329 rmf $tfn.s
2330 v "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s"
2336 test 1 = $r || v "$NROFF -mdoc <'$srcdir/mksh.1' >$tfn.cat1" || \
2337 rmf $tfn.cat1
2344 $e "# $i -c -s -o root -g bin -m 555 $tfn /bin/$tfn"
2345 $e "# grep -x /bin/$tfn /etc/shells >/dev/null || echo /bin/$tfn >>/etc/shells"
2349 if test -f $tfn.cat1; then
2350 $e "# $i -c -o root -g bin -m 444 $tfn.cat1" \
2351 "/usr/share/man/cat1/$tfn.0"
2354 $e "# $i -c -o root -g bin -m 444 mksh.1 /usr/share/man/man1/$tfn.1"