From 723a4d7795514dc88f3119f4ddad04120742ac12 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 29 Jul 2016 08:46:58 +0200 Subject: [PATCH] spec: use parallel make Version: 2.69-23 --- autoconf.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/autoconf.spec b/autoconf.spec index d9afa03..2b6ada6 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -71,18 +71,17 @@ their use. %build %configure --with-lispdir=%{_emacs_sitelispdir}/autoconf -# not parallel safe -make +make %{?_smp_mflags} %check %if %{with check} # make check # TESTSUITEFLAGS='1-198 200-' # will disable nr. 199. # make check TESTSUITEFLAGS="-k \!erlang" -make check +make check %{?_smp_mflags} %endif %install -make install DESTDIR=%{buildroot} +make install %{?_smp_mflags} DESTDIR=%{buildroot} mkdir -p %{buildroot}/share install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}