From: Arne Fitzenreiter Date: Wed, 16 Sep 2015 09:18:21 +0000 (+0200) Subject: make.sh: remove only temporary needed iso on arm build. X-Git-Tag: v2.17-core94~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=744a04ea798ca3718adb45206444c8a51e2a9680;p=ipfire-2.x.git make.sh: remove only temporary needed iso on arm build. Signed-off-by: Arne Fitzenreiter --- diff --git a/make.sh b/make.sh index fb417d57e0..4a8c50bdf1 100755 --- a/make.sh +++ b/make.sh @@ -906,6 +906,10 @@ buildpackages() { mv $LFS/install/images/*.bz2 $BASEDIR >> $LOGFILE 2>&1 cd $BASEDIR + + # remove not useable iso on armv5tel (needed to build flash images) + [ "${TARGET_ARCH}" = "armv5tel" ] && rm -rf *.iso + for i in `ls *.bz2 *.img.gz *.iso`; do md5sum $i > $i.md5 done