repo: build all packages instead of just first
This commit is contained in:
parent
8047c8e986
commit
a91f3af1fb
|
@ -1,5 +1,6 @@
|
||||||
cd /packages
|
cd /packages
|
||||||
for pkg in "$*"
|
|
||||||
|
for pkg in "$@"
|
||||||
do
|
do
|
||||||
make -j16 build-$pkg
|
make -j16 build-$pkg
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue