mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
Fixed a change in make for number of cores used. Should be ready for a pull request.
This commit is contained in:
parent
21ca36a80d
commit
da4d855cf4
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ build() {
|
||||||
mkdir ../bin_${i}
|
mkdir ../bin_${i}
|
||||||
make distclean
|
make distclean
|
||||||
make ${i}_config
|
make ${i}_config
|
||||||
make -j5
|
make
|
||||||
mv u-boot-sunxi-with-spl.bin ../bin_${i}
|
mv u-boot-sunxi-with-spl.bin ../bin_${i}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue