From 807fa7bd1ac2bcb18927a1e12e2602fc168c58c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 11 Jul 2020 18:55:30 +0200 Subject: turris: run every package build separately --- templates/turris.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/turris.run b/templates/turris.run index b0ea26e..8bac1ff 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -54,7 +54,7 @@ find feeds/personal -type d -exec test -f '{}/Makefile' \; -prune -printf "%P\0" ./scripts/feeds install -p personal -d y -f -a echo_stage "Compile packages from personal feed" find package/feeds/personal -mindepth 1 -maxdepth 1 -printf 'package/%P/compile\0' | \ - xargs --null $make + xargs -n 1 --null $make echo_stage "Generate index and sign" $make package/index BUILD_KEY=~/openwrt-repo.sec -- cgit v1.2.3