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.
This commit is contained in:
Gunnar Beutner 2021-04-23 11:11:26 +02:00 committed by Linus Groh
commit 3a3f47115d
Notes: sideshowbarker 2024-07-18 19:12:21 +09:00

View file

@ -40,7 +40,7 @@ for file in *; do
fi fi
done done
if [ $port_built -eq 1 ]; then if [ $port_built -eq 1 ]; then
echo "Already built $port as a dependency." echo "Built $port."
popd > /dev/null popd > /dev/null
continue continue
fi fi