From 3a3f47115d4700aa6a7975f79d381641d94d2ac3 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 23 Apr 2021 11:11:26 +0200 Subject: [PATCH] Ports: Shorten the build message for skipped builds The new message for skipping builds makes it hard to distinguish failed builds from builds that were just skipped so change it back to the old one - but don't actually build packages twice again. --- Ports/build_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/build_all.sh b/Ports/build_all.sh index 26770a3736..b6d8814822 100755 --- a/Ports/build_all.sh +++ b/Ports/build_all.sh @@ -40,7 +40,7 @@ for file in *; do fi done if [ $port_built -eq 1 ]; then - echo "Already built $port as a dependency." + echo "Built $port." popd > /dev/null continue fi