SHA256
1
0
forked from pool/coccinelle

enable parallel build

OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=56
This commit is contained in:
Jan Engelhardt 2017-11-27 10:37:26 +00:00 committed by Git OBS Bridge
parent ae3670802f
commit 9bae13f456

View File

@ -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