From: Michael Tremer Date: Tue, 28 Nov 2017 17:34:02 +0000 (+0000) Subject: make.sh: Fix position of SKIP message when building packages X-Git-Tag: v2.19-core117~1^2~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=405ee2b40088208849df0644c46cf4f412919541;p=people%2Fstevee%2Fipfire-2.x.git make.sh: Fix position of SKIP message when building packages Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index f57069849c..8ef205668c 100755 --- a/make.sh +++ b/make.sh @@ -573,6 +573,7 @@ lfsmakecommoncheck() { if grep "^SUP_ARCH" ${BASEDIR}/lfs/${1} >/dev/null; then # Check if package supports ${BUILD_ARCH} or all architectures. if ! grep -E "^SUP_ARCH.*${BUILD_ARCH}|^SUP_ARCH.*all" ${BASEDIR}/lfs/${1} >/dev/null; then + print_runtime 0 print_status SKIP return 1 fi