From 6ca4228e7cf5a135b1c9071b6cfb18c9c006338f Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 1 Apr 2012 17:48:24 +0000 Subject: [PATCH] =?UTF-8?q?disabling=20jobs=20just=20when=20there=20is=20n?= =?UTF-8?q?o=20ctty=20isn=E2=80=99t=20needed,=20at=20least=20for=20BeOS=20?= =?UTF-8?q?XXX=20recheck=20this=20with=20all=20the=20others,=20e.g.=20NeXT?= =?UTF-8?q?step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Build.sh b/Build.sh index 825d6d0..153c632 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.535 2012/04/01 17:17:45 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.536 2012/04/01 17:48:24 tg Exp $' #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 @@ -466,8 +466,6 @@ 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} @@ -1371,7 +1369,7 @@ else #define EXTERN #define MKSH_INCLUDES_ONLY #include "sh.h" - __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.535 2012/04/01 17:17:45 tg Exp $"); + __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.536 2012/04/01 17:48:24 tg Exp $"); int main(void) { printf("Hello, World!\n"); return (0); } EOF case $cm in