[packages/grub2/DEVEL] -j1 for 'make update-gmo'

jajcus jajcus at pld-linux.org
Sat Jan 4 21:22:15 CET 2014


commit ec98fb4c7a1faa94dab565b61a2039b1870609dc
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Jan 4 21:22:05 2014 +0100

    -j1 for 'make update-gmo'

 grub2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/grub2.spec b/grub2.spec
index cd53423..81fa5a9 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -341,7 +341,7 @@ for platform in %{platforms} ; do
 		$platform_opts \
 		TARGET_LDFLAGS=-static
 
-	%{__make} -C po update-gmo
+	%{__make} -j1 -C po update-gmo
 	%{__make}
 	cd ..
 done
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grub2.git/commitdiff/ec98fb4c7a1faa94dab565b61a2039b1870609dc



More information about the pld-cvs-commit mailing list