--- trunk/mage-buildserver/buildserver-compile-smage.sh 2014/08/28 09:49:14 2799 +++ trunk/mage-buildserver/buildserver-compile-smage.sh 2014/09/08 14:56:17 2815 @@ -27,7 +27,7 @@ then die "svn checkout of smage required. run buildserver-svn first." fi -for arch in ${BUILD_ARCH[*]} src +for arch in $(enum-all-arch-types) do if [ ! -f ${BUILDROOT}/.stamps/${arch}_bootstrap-ok ] then @@ -38,7 +38,7 @@ die "initial regen of mage-tree required for '${arch}'. run buildserver-setup-mage-tree first." fi done -for arch in ${BUILD_ARCH[*]} +for arch in $(enum-build-arch-types) do if [ ! -f ${BUILDROOT}/.stamps/${arch}_common-devutils-ok ] then