Home
last modified time | relevance | path

Searched refs:tcfn (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
DBuild.sh82 tcfn=no
169 test $tcfn = no && test -f a.out && tcfn=a.out
170 test $tcfn = no && test -f a.exe && tcfn=a.exe
171 test $tcfn = no && test -f conftest && tcfn=conftest
172 if test -f $tcfn; then
185 rmf conftest.c conftest.o ${tcfn}* vv.out
394 ccpr='|| for _f in ${tcfn}*; do test x"${_f}" = x"mksh.1" || rm -f "${_f}"; done'
1677 case $tcfn in
1681 echo tcfn=$mkshexe >>Rebuild.sh
1758 tcfn=$mkshexe
[all …]