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