lkundrak pushed to kicad (epel7). "Re-enable parallel make (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jun 5 07:29:02 UTC 2015


From b7304ae476e663c5a719727ccb6db04b02d972be Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak at v3.sk>
Date: Sun, 22 Mar 2015 12:03:56 +0100
Subject: 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.

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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kicad.git/commit/?h=epel7&id=b7304ae476e663c5a719727ccb6db04b02d972be


More information about the scm-commits mailing list