From 5f22a5cd7c442cad1edb1ec756e60787b43e2d85 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 14 Mar 2008 21:34:55 +0000 Subject: [PATCH] =?UTF-8?q?much=20improve=20the=20Syllable=20situation=20?= =?UTF-8?q?=E2=80=93=20now=20en=20par=20with=20Plan=209?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Build.sh b/Build.sh index 02647bf..19261e6 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.292 2008/03/06 18:12:58 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.293 2008/03/14 21:34:55 tg Exp $' #- # Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS # CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NOPWNAM MKSH_NOVI @@ -332,6 +332,10 @@ PW32*) SunOS) CPPFLAGS="$CPPFLAGS -D_BSD_SOURCE -D__EXTENSIONS__" ;; +syllable) + : ${HAVE_FLOCK_EX=0} + warn=' and will currently not work' + ;; UWIN*) ccpc='-Yc,' ccpl='-Yl,'