add xxl to usage

don't touch non-compiler binaries
This commit is contained in:
Ben Gras 2006-08-15 15:56:09 +00:00
parent 1d7257b613
commit 030d4a7e2c

View file

@ -3,7 +3,7 @@
t=/etc/binary_sizes
if [ "$#" -ne 1 ]
then echo "Usage: $0 <big|normal>"
then echo "Usage: $0 <big|normal|xxl>"
exit 1
fi
@ -11,7 +11,7 @@ if [ "$1" != normal ]
then t=$t.$1
fi
chmem =250000 /usr/lib/* /usr/lib/i386/* >/dev/null 2>&1
chmem =250000 /usr/lib/em_* /usr/lib/cpp* /usr/lib/cv /usr/lib/asmconv >/dev/null 2>&1
chmem =600000 /usr/lib/ego/* >/dev/null 2>&1
if [ -f $t ]
then cat "$t" | while read line