瀏覽代碼

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.
Gunnar Beutner 4 年之前
父節點
當前提交
3a3f47115d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Ports/build_all.sh

+ 1 - 1
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