From d162ed09a431c51b4174358fd28ffe72352dbe2d Mon Sep 17 00:00:00 2001 From: tg Date: Tue, 7 Jul 2009 18:38:49 +0000 Subject: [PATCH] remove tack workarounds, for now --- Build.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Build.sh b/Build.sh index 7777278..49bd472 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/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 # Thorsten Glaser @@ -152,7 +152,6 @@ ac_testn() { sed 's^\] scn.c:\([0-9]*\):\] mirtoconf(\1):' 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 linux386.exe && tcfn=linux386.exe test $tcfn = no && test -f scn && tcfn=scn if test -f $tcfn; then 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 exit 1 fi -rm -f a.exe* a.out* *core crypt.exp lft linux386.exe* \ - mksh mksh.cat1 mksh.exe mksh.s \ +rm -f a.exe* a.out* *core crypt.exp lft mksh mksh.cat1 mksh.exe mksh.s \ no *.o scn.c signames.inc stdint.h test.sh x curdir=`pwd` srcdir=`dirname "$0"` check_categories= @@ -660,7 +658,7 @@ xlc) esac 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" -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 HP-UX)