[kicad] Re-enable parallel make

Lubomir Rintel lkundrak at fedoraproject.org
Sun Mar 22 11:38:29 UTC 2015


commit b7304ae476e663c5a719727ccb6db04b02d972be
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Sun Mar 22 12:03:56 2015 +0100

    Re-enable parallel make
    
    No problems here. The makefile is generated by cmake, I guess it should
    have the dependencies right. The serial build is just too slow.

 kicad.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kicad.spec b/kicad.spec
index 6cdf5fb..73faf17 100644
--- a/kicad.spec
+++ b/kicad.spec
@@ -225,7 +225,7 @@ popd
 #
 %cmake -DKICAD_STABLE_VERSION=OFF -DKICAD_SKIP_BOOST=ON \
         -DwxWidgets_CONFIG_EXECUTABLE=%{_bindir}/wx-config-3.0-gtk2
-%{__make} -j1 VERBOSE=1
+%{__make} %{_smp_mflags} VERBOSE=1
 
 
 %install


More information about the scm-commits mailing list