remove tack workarounds, for now

This commit is contained in:
tg 2009-07-07 18:38:49 +00:00
parent 30b1c9b2c0
commit d162ed09a4

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.403 2009/07/07 18:34:21 tg Exp $' srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.404 2009/07/07 18:38:49 tg Exp $'
#- #-
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009
# Thorsten Glaser <tg@mirbsd.org> # Thorsten Glaser <tg@mirbsd.org>
@ -152,7 +152,6 @@ ac_testn() {
sed 's^\] scn.c:\([0-9]*\):\] mirtoconf(\1):' sed 's^\] scn.c:\([0-9]*\):\] mirtoconf(\1):'
test $tcfn = no && test -f a.out && tcfn=a.out test $tcfn = no && test -f a.out && tcfn=a.out
test $tcfn = no && test -f a.exe && tcfn=a.exe test $tcfn = no && test -f a.exe && tcfn=a.exe
test $tcfn = no && test -f linux386.exe && tcfn=linux386.exe
test $tcfn = no && test -f scn && tcfn=scn test $tcfn = no && test -f scn && tcfn=scn
if test -f $tcfn; then if test -f $tcfn; then
test 1 = $fr || fv=1 test 1 = $fr || fv=1
@ -237,8 +236,7 @@ if test -d mksh || test -d mksh.exe; then
echo "$me: Error: ./mksh is a directory!" >&2 echo "$me: Error: ./mksh is a directory!" >&2
exit 1 exit 1
fi fi
rm -f a.exe* a.out* *core crypt.exp lft linux386.exe* \ rm -f a.exe* a.out* *core crypt.exp lft mksh mksh.cat1 mksh.exe mksh.s \
mksh mksh.cat1 mksh.exe mksh.s \
no *.o scn.c signames.inc stdint.h test.sh x no *.o scn.c signames.inc stdint.h test.sh x
curdir=`pwd` srcdir=`dirname "$0"` check_categories= curdir=`pwd` srcdir=`dirname "$0"` check_categories=
@ -660,7 +658,7 @@ xlc)
esac esac
test x"$llvm" = x"NO" || test x"$llvm" = x"COMBINE" || vv '|' "llc -version" test x"$llvm" = x"NO" || test x"$llvm" = x"COMBINE" || vv '|' "llc -version"
$e "$bi==> which compiler seems to be used...$ao $ui$ct$ao" $e "$bi==> which compiler seems to be used...$ao $ui$ct$ao"
rm -f scn.c scn.o scn a.out* a.exe* linux386.exe* rm -f scn.c scn.o scn a.out* a.exe*
case $TARGET_OS in case $TARGET_OS in
HP-UX) HP-UX)