add xxl to usage
don't touch non-compiler binaries
This commit is contained in:
parent
1d7257b613
commit
030d4a7e2c
@ -3,7 +3,7 @@
|
|||||||
t=/etc/binary_sizes
|
t=/etc/binary_sizes
|
||||||
|
|
||||||
if [ "$#" -ne 1 ]
|
if [ "$#" -ne 1 ]
|
||||||
then echo "Usage: $0 <big|normal>"
|
then echo "Usage: $0 <big|normal|xxl>"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ if [ "$1" != normal ]
|
|||||||
then t=$t.$1
|
then t=$t.$1
|
||||||
fi
|
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
|
chmem =600000 /usr/lib/ego/* >/dev/null 2>&1
|
||||||
if [ -f $t ]
|
if [ -f $t ]
|
||||||
then cat "$t" | while read line
|
then cat "$t" | while read line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user