From 9bae13f456a5cd1250aebbdd6942ff21f7f85af8c21430223d73b0477a73e72c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 27 Nov 2017 10:37:26 +0000 Subject: [PATCH] enable parallel build OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=56 --- coccinelle.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coccinelle.spec b/coccinelle.spec index 1557395..9919a04 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -56,15 +56,15 @@ structure. Beyond collateral evolutions, Coccinelle is successfully used (by us and others) for finding and fixing bugs in systems code. %prep -%setup -qn %name-%version +%setup -q %build autoreconf -fi %configure -make +make %{?_smp_mflags} %install -# "because it is simply not possible to strip ocaml binaries that are built +# "because it is simply not possible to strip ocaml binaries that are built # with the -custom option." export NO_BRP_STRIP_DEBUG=true export NO_DEBUGINFO_STRIP_DEBUG=true