From f135fb661682fc918820e72faea1f40ba5682157 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Mon, 1 Jul 2002 18:28:52 +0000 Subject: [PATCH] Take into account the extra architectures, and the increased number of CDs we're dealing with in woody --- build_all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_all.sh b/build_all.sh index 93e3dd16..9bb699f9 100755 --- a/build_all.sh +++ b/build_all.sh @@ -6,7 +6,7 @@ TMP_OUT=$OUT -for ARCH in i386 m68k alpha sparc powerpc arm +for ARCH in i386 alpha arm hppa ia64 m68k mips mipsel powerpc s390 sparc do export ARCH echo "Now we're going to build CD for $ARCH !" @@ -35,7 +35,7 @@ do . $BASEDIR/tools/boot/$CODENAME/boot-$ARCH.calc fi SIZE_ARGS='' - for CD in 1 2 3 4; do + for CD in 1 2 3 4 5 6 7 8; do size=`eval echo '$'"BOOT_SIZE_${CD}"` [ "$size" = "" ] && size=0 [ $CD = "1" ] && size=$(($size + $disks))