From: Ben Gras Date: Tue, 15 Aug 2006 15:56:09 +0000 (+0000) Subject: add xxl to usage X-Git-Tag: v3.1.3~205 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-keyfromlabel.html?a=commitdiff_plain;h=030d4a7e2c75019b85c4b7ef7ab85dec23d4516d;p=minix.git add xxl to usage don't touch non-compiler binaries --- 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