From 44d697ade609a7d1cc70b7f8fbcd209df21a32e7 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 27 Aug 2004 14:55:45 +0000 Subject: [PATCH] * Build.sh: fix a bug preventing build on MirOS #7-stable (sparc) * rnd.c, sh.h: style --- Build.sh | 4 ++-- rnd.c | 7 ++++--- sh.h | 3 ++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Build.sh b/Build.sh index 3f44e5f..757cb70 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $MirBSD: Build.sh,v 1.7 2004/06/02 15:06:49 tg Exp $ +# $MirBSD: Build.sh,v 1.8 2004/08/27 14:55:45 tg Stab $ #- # Copyright (c) 2004 # Thorsten "mirabile" Glaser @@ -38,7 +38,7 @@ if test -e strlfun.c; then echo "Configuring..." $SHELL ./configure echo "Generating prerequisites..." - $SHELL ./siglist.sh "gcc -E $CPPFLAGS" siglist.out + $SHELL ./siglist.sh "$CC -E $CPPFLAGS" siglist.out $SHELL ./emacs-gen.sh emacs.c >emacs.out echo "Building..." $CC $COPTS $CFLAGS $CPPFLAGS $LDFLAGS -o ksh.unstripped *.c diff --git a/rnd.c b/rnd.c index c4d52cc..d33cb9a 100644 --- a/rnd.c +++ b/rnd.c @@ -1,7 +1,8 @@ -/* $MirBSD: rnd.c,v 1.6 2004/08/06 23:03:57 tg Exp $ - *- +/** $MirBSD: rnd.c,v 1.7 2004/08/27 14:55:45 tg Stab $ */ + +/*- * Copyright (c) 2004 - * Thorsten "mirabile" Glaser + * Thorsten "mirabile" Glaser * * Licensee is hereby permitted to deal in this work without restric- * tion, including unlimited rights to use, publically perform, modi- diff --git a/sh.h b/sh.h index a213dc5..0c413dc 100644 --- a/sh.h +++ b/sh.h @@ -1,7 +1,8 @@ -/** $MirBSD: sh.h,v 1.10 2004/08/27 14:08:36 tg Exp $ */ +/** $MirBSD: sh.h,v 1.11 2004/08/27 14:55:45 tg Stab $ */ /* $OpenBSD: sh.h,v 1.18 2004/05/31 10:36:35 otto Exp $ */ /* + * mirbsdksh - MirOS Project Korn-Shell * Public Domain Bourne/Korn shell */