From 6c1d3fce289a356f45b4d44c6b93c78142367c49 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 6 Feb 2013 19:46:51 +0100 Subject: [PATCH] make the fallback build really sequential --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 2315961..b94a1ea 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1057,7 +1057,7 @@ touch autogen.lastrun if ! make VERBOSE=true; then # TODO Do we still need this? I think parallel build is reliable # enough these days... - make GMAKE_OPTIONS=-rj1 + make VERBOSE=true PARALLELISM=1 fi #generate the icons and mime type stuff