Use parallel make to avoid delay in this particularly parallel buildconf.

Fri, 10 Aug 2012 14:45:40 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 10 Aug 2012 14:45:40 +0200
changeset 520
35bba3448acd
parent 519
eb13d07d5435
child 521
e69539b30569

Use parallel make to avoid delay in this particularly parallel buildconf.

cmake/cmake.spec file | annotate | diff | comparison | revisions
     1.1 --- a/cmake/cmake.spec	Fri Aug 10 14:45:16 2012 +0200
     1.2 +++ b/cmake/cmake.spec	Fri Aug 10 14:45:40 2012 +0200
     1.3 @@ -37,7 +37,7 @@
     1.4  Group:        Building
     1.5  License:      MIT-style
     1.6  Version:      %{V_opkg}
     1.7 -Release:      20120810
     1.8 +Release:      20120800
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://www.cmake.org/files/v%{V_major}/cmake-%{V_dist}.tar.gz
    1.12 @@ -85,7 +85,7 @@
    1.13          --prefix=%{l_prefix} \
    1.14          --datadir=/share/cmake \
    1.15          --docdir=/share/cmake/doc
    1.16 -    %{l_make} %{l_mflags}
    1.17 +    %{l_make} %{l_mflags -O}
    1.18  
    1.19  %install
    1.20      bin/cmake -D CMAKE_INSTALL_PREFIX=$RPM_BUILD_ROOT%{l_prefix} -P cmake_install.cmake

mercurial