From: Ben Gras Date: Tue, 22 Jun 2010 15:44:47 +0000 (+0000) Subject: easypack: don't invoke binsizes X-Git-Tag: v3.1.8~398 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch06.html?a=commitdiff_plain;h=d1c117ec80ba5ec291c89eb5bd2be77a664fe777;p=minix.git easypack: don't invoke binsizes --- diff --git a/commands/easypack/easypack.sh b/commands/easypack/easypack.sh index a04f6dc74..0dc1f14b2 100644 --- a/commands/easypack/easypack.sh +++ b/commands/easypack/easypack.sh @@ -87,7 +87,6 @@ do # Check to see if it exists. Don't overwrite unless -o given # It is now unpacked. Build it cd $i - binsizes big if [ -f build.minix ] then sh build.minix >>$ORIG_DIR/Log 2>&1 r=$? @@ -102,7 +101,6 @@ do # Check to see if it exists. Don't overwrite unless -o given then echo Running postinstall script. sh -e .postinstall fi - binsizes normal # Clean up cd ..