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,12 +56,12 @@ structure. Beyond collateral evolutions, Coccinelle is successfully
used (by us and others) for finding and fixing bugs in systems code. used (by us and others) for finding and fixing bugs in systems code.
%prep %prep
%setup -qn %name-%version %setup -q
%build %build
autoreconf -fi autoreconf -fi
%configure %configure
make make %{?_smp_mflags}
%install %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