From dd93b65456cf7a9527492ea4af3ef57e46edfd656423df78deebdd21e9b5ef97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 6 Apr 2018 11:27:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/network:chromium/memory-constraints?expand=0&rev=4 --- memory-constraints.macros | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memory-constraints.macros b/memory-constraints.macros index 7450b88..1ffe94e 100644 --- a/memory-constraints.macros +++ b/memory-constraints.macros @@ -21,6 +21,6 @@ test "$_threads" -gt "$max_jobs" && $_threads="$max_jobs" && echo "Warning: Reducing number of jobs to $max_jobs because of memory limits" \ test "$_threads" -le 0 && $_threads=1 && echo "Warning: Do not use the parallel build at all becuse of memory limits" \ fi \ - %global jobs $_threads - %global _smp_mflags -j$_threads + %global jobs $_threads \ + %global _smp_mflags -j$_threads \ %{nil}