Added 'xxl' binsizes size for x.
Leave sh and make at normal size for 'big'. Call binsizes normal after creating release.
This commit is contained in:
parent
9f200f8807
commit
aa3932eb8b
6 changed files with 19 additions and 6 deletions
|
@ -7,9 +7,10 @@ then echo "Usage: $0 <big|normal>"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" = big ]
|
if [ "$1" != normal ]
|
||||||
then t=$t.big
|
then t=$t.$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmem =250000 /usr/lib/* /usr/lib/i386/* >/dev/null 2>&1
|
chmem =250000 /usr/lib/* /usr/lib/i386/* >/dev/null 2>&1
|
||||||
chmem =600000 /usr/lib/ego/* >/dev/null 2>&1
|
chmem =600000 /usr/lib/ego/* >/dev/null 2>&1
|
||||||
if [ -f $t ]
|
if [ -f $t ]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
ETC=/etc/
|
ETC=/etc/
|
||||||
USRETC=/usr/etc/
|
USRETC=/usr/etc/
|
||||||
FILES1=fstab group hostname.file inet.conf motd mtab passwd profile protocols rc services termcap ttytab utmp rc.cd binary_sizes binary_sizes.big rc.rescue
|
FILES1=fstab group hostname.file inet.conf motd mtab passwd profile protocols rc services termcap ttytab utmp rc.cd binary_sizes binary_sizes.big binary_sizes.xxl rc.rescue
|
||||||
FILES2=shadow
|
FILES2=shadow
|
||||||
FILES3=daily dhcptags.conf rc
|
FILES3=daily dhcptags.conf rc
|
||||||
|
|
||||||
|
|
|
@ -5,3 +5,5 @@
|
||||||
/usr/lib/em_opt 148044
|
/usr/lib/em_opt 148044
|
||||||
/usr/lib/i386/as 45000
|
/usr/lib/i386/as 45000
|
||||||
/usr/lib/i386/cg 50655
|
/usr/lib/i386/cg 50655
|
||||||
|
/bin/sh 102400
|
||||||
|
/usr/bin/make 337920
|
||||||
|
|
|
@ -5,6 +5,5 @@
|
||||||
/usr/lib/em_opt 1370162
|
/usr/lib/em_opt 1370162
|
||||||
/usr/lib/i386/as 1239922
|
/usr/lib/i386/as 1239922
|
||||||
/usr/lib/i386/cg 1285513
|
/usr/lib/i386/cg 1285513
|
||||||
/usr/bin/make 2000000
|
/bin/sh 102400
|
||||||
/bin/sh 1000000
|
/usr/bin/make 337920
|
||||||
/usr/bin/lex 1000000
|
|
||||||
|
|
10
etc/binary_sizes.xxl
Normal file
10
etc/binary_sizes.xxl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
/usr/lib/cpp.ansi 1416004
|
||||||
|
/usr/lib/cv 3738570
|
||||||
|
/usr/lib/em_cemcom.ansi 10683676
|
||||||
|
/usr/lib/em_led 4078088
|
||||||
|
/usr/lib/em_opt 1370162
|
||||||
|
/usr/lib/i386/as 1239922
|
||||||
|
/usr/lib/i386/cg 1285513
|
||||||
|
/usr/bin/make 2000000
|
||||||
|
/bin/sh 1000000
|
||||||
|
/usr/bin/lex 1000000
|
|
@ -18,5 +18,6 @@ su bin -c 'makewhatis /usr/man'
|
||||||
su bin -c 'makewhatis /usr/gnu/man'
|
su bin -c 'makewhatis /usr/gnu/man'
|
||||||
su bin -c 'makewhatis /usr/local/man'
|
su bin -c 'makewhatis /usr/local/man'
|
||||||
mv /usr/src/commands /usr/src.commands
|
mv /usr/src/commands /usr/src.commands
|
||||||
|
binsizes normal
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue