add xxl to usage
don't touch non-compiler binaries
This commit is contained in:
parent
1d7257b613
commit
030d4a7e2c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue