From 00cbdc2d2e4569ebc80ebdc426b0f074838572d9 Mon Sep 17 00:00:00 2001 From: tg Date: Sat, 25 Oct 2008 12:58:41 +0000 Subject: [PATCH] =?UTF-8?q?12:51=E2=8E=9C=C2=ABreplaced:#!/bin/mksh=C2=BB?= =?UTF-8?q?=20mirabilos:=20btw=20haiku=20port=3F=2012:51=E2=8E=9C=20dunno,=20I=20run=20no=20haiku=2012:51=E2=8E=9C?= =?UTF-8?q?=20I=20don't=20know=20anyone=20who=20doe?= =?UTF-8?q?s,=20either=2012:51=E2=8E=9C=C2=ABreplaced:#!/bin/mksh=C2=BB=20?= =?UTF-8?q?only=20caveat=20it=20creates=20nor=20.aout.=20nor=20a.exe=20by?= =?UTF-8?q?=20deafult=2012:52=E2=8E=9C=20so=20I=20f?= =?UTF-8?q?ocus=20on=20more=20widely-used=20things=20such=20as=20DEC=20ULT?= =?UTF-8?q?RIX=204.5=20and=20Digital=20UNIX=20=20=20=20=20=20=E2=8E=9C=20?= =?UTF-8?q?=20=20=202.0=20;)=2012:52=E2=8E=9C=C2=ABreplaced:#!/bin/mksh?= =?UTF-8?q?=C2=BB=20the=20problem=20was=2012:52=E2=8E=9C=C2=ABreplaced:#!/?= =?UTF-8?q?bin/mksh=C2=BB=20it=20creates=20src=20when=20you=20give=20hime?= =?UTF-8?q?=20src.c=2012:53=E2=8E=9C=C2=ABreplaced:#!/bin/mksh=C2=BB=20and?= =?UTF-8?q?=20it=20confused=20your=20Build.sh=2012:54=E2=8E=9C=20which=20compiler=20does=20it=20use=3F=2012:55?= =?UTF-8?q?=E2=8E=9C=C2=ABreplaced:#!/bin/mksh=C2=BB=20gcc=202.95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this might(!) be enough to support this weirdity. untested. 12:57⎜«replaced:#!/bin/mksh» can you commit that? 12:57⎜«replaced:#!/bin/mksh» i will try it 12:57⎜«replaced:#!/bin/mksh» but a bit later --- Build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build.sh b/Build.sh index 803f4d3..10fd940 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.360 2008/10/24 21:35:21 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.361 2008/10/25 12:58:41 tg Exp $' #- # Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS # CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NOPWNAM MKSH_NOVI @@ -129,6 +129,7 @@ ac_testn() { vv ']' "$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN scn.c $LIBS $ccpr" 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 scn && tcfn=scn if test -f $tcfn; then test 1 = $fr || fv=1 else