From: Michael Tremer Date: Wed, 7 Sep 2011 11:44:47 +0000 (+0000) Subject: Disable build of memtest86 (and dependencies). X-Git-Tag: v2.9-core54~13^2~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb48bae92a0de818551f6e81111fab19335fe956;p=people%2Fms%2Fipfire-2.x.git Disable build of memtest86 (and dependencies). This is not supported on ARM. --- diff --git a/make.sh b/make.sh index 1cab6b2cb0..516edd5118 100755 --- a/make.sh +++ b/make.sh @@ -751,9 +751,11 @@ buildinstaller() { # Run installer scripts one by one LOGFILE="$BASEDIR/log/_build.installer.log" export LOGFILE - ipfiremake as86 - ipfiremake mbr - ipfiremake memtest + if [ "${MACHINE:0:3}" != "arm" ]; then + ipfiremake as86 + ipfiremake mbr + ipfiremake memtest + fi ipfiremake installer cp -f $BASEDIR/doc/COPYING $BASEDIR/build/install/initrd/ installmake strip