* Build.sh: fix a bug preventing build on MirOS #7-stable (sparc)
* rnd.c, sh.h: style
This commit is contained in:
parent
1a71943d5a
commit
44d697ade6
4
Build.sh
4
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 <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
7
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 <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-
|
||||
|
Loading…
Reference in New Issue
Block a user