From 030d4a7e2c75019b85c4b7ef7ab85dec23d4516d Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 15 Aug 2006 15:56:09 +0000 Subject: [PATCH] add xxl to usage don't touch non-compiler binaries --- commands/scripts/binsizes.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/scripts/binsizes.sh b/commands/scripts/binsizes.sh index 182b1004a..849e001a4 100644 --- a/commands/scripts/binsizes.sh +++ b/commands/scripts/binsizes.sh @@ -3,7 +3,7 @@ t=/etc/binary_sizes if [ "$#" -ne 1 ] -then echo "Usage: $0 " +then echo "Usage: $0 " 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 -- 2.44.0