repo: build all packages instead of just first

This commit is contained in:
Thomas Hobson 2021-03-05 17:06:42 +13:00
parent 8047c8e986
commit a91f3af1fb
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
cd /packages
for pkg in "$*"
for pkg in "$@"
do
make -j16 build-$pkg
done