From 5e12953cfecaf09a9f1a39b02413ace29994e5a1 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 6 Apr 2012 12:57:53 +0000 Subject: [PATCH] =?UTF-8?q?bring=20back=20-DMKSH=5FUNEMPLOYED=20default=20?= =?UTF-8?q?on=20BeOS=20as=20it=E2=80=99s=20less=20usable=20otherwise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Build.sh b/Build.sh index 153c632..b536275 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.536 2012/04/01 17:48:24 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.537 2012/04/06 12:57:53 tg Exp $' #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 @@ -466,6 +466,8 @@ BeOS) oswarn="$oswarn${nl}itself in a second stage" ;; esac + # BeOS has no real tty either + add_cppflags -DMKSH_UNEMPLOYED ;; BSD/OS) : ${HAVE_SETLOCALE_CTYPE=0} @@ -1369,7 +1371,7 @@ else #define EXTERN #define MKSH_INCLUDES_ONLY #include "sh.h" - __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.536 2012/04/01 17:48:24 tg Exp $"); + __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.537 2012/04/06 12:57:53 tg Exp $"); int main(void) { printf("Hello, World!\n"); return (0); } EOF case $cm in