From d23b94aaa0d72757a7469191cdfd57a2a93923ad Mon Sep 17 00:00:00 2001 From: tg Date: Tue, 30 Mar 2010 13:29:03 +0000 Subject: [PATCH] =?UTF-8?q?newer=20SUNWcc=20has=20different=20error=20mess?= =?UTF-8?q?ages=20=E2=98=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build.sh b/Build.sh index 96489cf..8fb981a 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.449 2010/03/27 20:36:25 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.450 2010/03/30 13:29:03 tg Exp $' #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Thorsten Glaser @@ -176,9 +176,9 @@ ac_testn() { test $ct = gcc && vscan='unrecogni[sz]ed' test $ct = hpcc && vscan='unsupported' test $ct = pcc && vscan='unsupported' - test $ct = sunpro && vscan='ignored' + test $ct = sunpro && vscan='-e ignored -e turned.off' fi - test -n "$vscan" && grep "$vscan" vv.out >/dev/null 2>&1 && fv=$fr + test -n "$vscan" && grep $vscan vv.out >/dev/null 2>&1 && fv=$fr rmf conftest.c conftest.o ${tcfn}* vv.out ac_testdone }