* more sections to strip
* manpage fixes tested on SuSE GNU today.
This commit is contained in:
parent
9981f691d1
commit
1387701f49
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $MirBSD: BuildGNU.sh,v 1.4 2004/03/21 02:49:39 tg Exp $
|
||||
# $MirBSD: BuildGNU.sh,v 1.5 2004/03/22 19:03:52 tg Exp $
|
||||
#-
|
||||
# Copyright (c) 2004
|
||||
# Thorsten "mirabile" Glaser <x86@ePost.de>
|
||||
@ -34,7 +34,8 @@ if [ -e strlcpy.c -a -e strlcat.c ]; then
|
||||
$CC $CFLAGS $CPPFLAGS -DKSH -o ksh *.c
|
||||
echo "Finalizing..."
|
||||
tbl <ksh.1tbl | nroff -mandoc -Tascii >ksh.cat1
|
||||
strip --strip-unneeded --strip-all -R .note -R .comment ksh
|
||||
strip -R .note -R .comment -R .rel.dyn -R .sbss \
|
||||
--strip-unneeded --strip-all ksh
|
||||
size ksh
|
||||
echo "done."
|
||||
else
|
||||
|
4
ksh.1tbl
4
ksh.1tbl
@ -1,4 +1,4 @@
|
||||
.\" $MirBSD: ksh.1tbl,v 1.15 2004/03/21 00:50:39 tg Exp $
|
||||
.\" $MirBSD: ksh.1tbl,v 1.16 2004/03/22 19:03:52 tg Exp $
|
||||
.\" $OpenBSD: ksh.1tbl,v 1.65 2004/01/23 23:08:45 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
@ -3228,7 +3228,7 @@ treats both profile and
|
||||
.Ev ENV
|
||||
files as
|
||||
.Ic \&.
|
||||
cripts, while the original Korn shell only treats profiles as
|
||||
scripts, while the original Korn shell only treats profiles as
|
||||
.Ic \&.
|
||||
scripts.
|
||||
.It Xo Ic set Op Ic +-abCefhkmnpsuvxX
|
||||
|
Loading…
Reference in New Issue
Block a user