Accepting request 42402 from home:jengelh:smp

Copy from home:jengelh:smp/autoconf via accept of submit request 42402 revision 3.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/42402
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/autoconf?expand=0&rev=6
This commit is contained in:
Philipp Thomas 2010-07-02 09:36:33 +00:00 committed by Git OBS Bridge
parent f19c44c626
commit e047c30f8a
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
-------------------------------------------------------------------
Mon May 31 09:57:17 UTC 2010 - coolo@novell.com

View File

@ -53,7 +53,7 @@ only required for the generation of the scripts, not their use.
%build
%{suse_update_config -f config}
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%if "%{name}" == "autoconf-testsuite"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
-------------------------------------------------------------------
Mon May 31 09:57:17 UTC 2010 - coolo@novell.com

View File

@ -53,7 +53,7 @@ only required for the generation of the scripts, not their use.
%build
%{suse_update_config -f config}
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%if "%{name}" == "autoconf-testsuite"