spec: use parallel make
Version: 2.69-23
This commit is contained in:
parent
db8d708abc
commit
723a4d7795
@ -71,18 +71,17 @@ their use.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-lispdir=%{_emacs_sitelispdir}/autoconf
|
%configure --with-lispdir=%{_emacs_sitelispdir}/autoconf
|
||||||
# not parallel safe
|
make %{?_smp_mflags}
|
||||||
make
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
# make check # TESTSUITEFLAGS='1-198 200-' # will disable nr. 199.
|
# make check # TESTSUITEFLAGS='1-198 200-' # will disable nr. 199.
|
||||||
# make check TESTSUITEFLAGS="-k \!erlang"
|
# make check TESTSUITEFLAGS="-k \!erlang"
|
||||||
make check
|
make check %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install %{?_smp_mflags} DESTDIR=%{buildroot}
|
||||||
mkdir -p %{buildroot}/share
|
mkdir -p %{buildroot}/share
|
||||||
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}
|
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user