From da4d855cf4631cadfeedbffb3c551ee88eec5dde Mon Sep 17 00:00:00 2001 From: Willam Christensen Date: Mon, 21 Jul 2014 23:49:01 -0600 Subject: [PATCH] Fixed a change in make for number of cores used. Should be ready for a pull request. --- alarm/uboot-sunxi/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alarm/uboot-sunxi/PKGBUILD b/alarm/uboot-sunxi/PKGBUILD index 578f7894c..d829555e8 100644 --- a/alarm/uboot-sunxi/PKGBUILD +++ b/alarm/uboot-sunxi/PKGBUILD @@ -56,7 +56,7 @@ build() { mkdir ../bin_${i} make distclean make ${i}_config - make -j5 + make mv u-boot-sunxi-with-spl.bin ../bin_${i} done }