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:
parent
ae3670802f
commit
9bae13f456
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user