From b89b96a4ab72d4c9554c5c5eb0db02f6f6e19a6b Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 9 May 2012 23:20:42 +0000 Subject: [PATCH] =?UTF-8?q?RT=20says=20not=20using=20sigsuspend=20helps=20?= =?UTF-8?q?Syllable=20(but=20is=20still=20buggy,=20see=20http://forum.syll?= =?UTF-8?q?able.org/viewtopic.php=3Fp=3D8171=20and=20probably=20(doesn?= =?UTF-8?q?=E2=80=99t=20work=20for=20me)=20http://pyro-os.org/=3Fsection?= =?UTF-8?q?=3DForum&forum=3DBugs&zpbw=5FpostKey=3DNUgSMp85XGHKbF751zJ6Ww?= =?UTF-8?q?=20which=20show=20the=20bug=20affects=20all=20shells)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Build.sh b/Build.sh index dbaaadf..c3976e9 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.566 2012/05/07 17:03:03 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.567 2012/05/09 23:20:42 tg Exp $' #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 @@ -672,6 +672,7 @@ SunOS) ;; syllable) add_cppflags -D_GNU_SOURCE + add_cppflags -DMKSH_NO_SIGSUSPEND oswarn=' and will currently not work' ;; ULTRIX) @@ -1428,7 +1429,7 @@ else #define EXTERN #define MKSH_INCLUDES_ONLY #include "sh.h" - __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.566 2012/05/07 17:03:03 tg Exp $"); + __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.567 2012/05/09 23:20:42 tg Exp $"); int main(void) { printf("Hello, World!\n"); return (0); } EOF case $cm in