From 1117a257483a6d0dc708cb19851d448934df342a Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 7 May 2012 17:03:03 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20sync=20clog=20=E2=80=A2=20write=20m?= =?UTF-8?q?ore=20notes=20on=20klibc,=20BeOS,=20Coherent,=20PW32,=20Syllabl?= =?UTF-8?q?e,=20Xenix=20=E2=80=A2=20sort=20DOS=20OE=20section=20to=20where?= =?UTF-8?q?=20it=20belongs=20=E2=80=A2=20add=20TARGET=5FOS=3D=5Fsvr4=20for?= =?UTF-8?q?=20Dell=20UNIX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Build.sh b/Build.sh index 5605594..dbaaadf 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.565 2012/05/06 15:40:31 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.566 2012/05/07 17:03:03 tg Exp $' #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 @@ -693,6 +693,12 @@ UWIN*) oswarn="$oswarn${nl}platform itself is very flakey/unreliable" : ${HAVE_SETLOCALE_CTYPE=0} ;; +_svr4) + # generic target for SVR4 Unix with uname -s = uname -n + # this duplicates the * target below + oswarn='; it may or may not work' + test x"$TARGET_OSREV" = x"" && TARGET_OSREV=`uname -r` + ;; *) oswarn='; it may or may not work' test x"$TARGET_OSREV" = x"" && TARGET_OSREV=`uname -r` @@ -1422,7 +1428,7 @@ else #define EXTERN #define MKSH_INCLUDES_ONLY #include "sh.h" - __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.565 2012/05/06 15:40:31 tg Exp $"); + __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.566 2012/05/07 17:03:03 tg Exp $"); int main(void) { printf("Hello, World!\n"); return (0); } EOF case $cm in