* Build.sh: fix a bug preventing build on MirOS #7-stable (sparc)

* rnd.c, sh.h: style
This commit is contained in:
tg 2004-08-27 14:55:45 +00:00
parent 1a71943d5a
commit 44d697ade6
3 changed files with 8 additions and 6 deletions

View File

@ -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 <x86@ePost.de>
@ -38,7 +38,7 @@ if test -e strlfun.c; then
echo "Configuring..."
$SHELL ./configure
echo "Generating prerequisites..."
$SHELL ./siglist.sh "gcc -E $CPPFLAGS" <siglist.in >siglist.out
$SHELL ./siglist.sh "$CC -E $CPPFLAGS" <siglist.in >siglist.out
$SHELL ./emacs-gen.sh emacs.c >emacs.out
echo "Building..."
$CC $COPTS $CFLAGS $CPPFLAGS $LDFLAGS -o ksh.unstripped *.c

7
rnd.c
View File

@ -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 <x86@ePost.de>
* Thorsten "mirabile" Glaser <tg@66h.42h.de>
*
* Licensee is hereby permitted to deal in this work without restric-
* tion, including unlimited rights to use, publically perform, modi-

3
sh.h
View File

@ -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
*/