From a41302651055f03f27c8132526a3bd5520875555 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 3 Jan 2012 21:21:26 +0100 Subject: [PATCH] make.sh: fix wrong md5sum messages at wrong arch packages. --- make.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make.sh b/make.sh index 1edcf1571f..ccdb4c6390 100755 --- a/make.sh +++ b/make.sh @@ -1002,6 +1002,7 @@ downloadsrc) ERROR=0 for i in *; do if [ -f "$i" -a "$i" != "Config" ]; then + lfsmakecommoncheck ${i} > /dev/null || continue make -s -f $i LFS_BASEDIR=$BASEDIR MACHINE=$MACHINE \ MESSAGE="$i\t " md5 >> $LOGFILE 2>&1 if [ $? -ne 0 ]; then -- 2.39.2