[packages/kBuild] run parallel jobs

glen glen at pld-linux.org
Sun Nov 25 16:26:58 CET 2012


commit ecc67e416f5207b638fb90201247e1e26d415195
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Nov 25 17:26:50 2012 +0200

    run parallel jobs

 kBuild.spec | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/kBuild.spec b/kBuild.spec
index 9bd59b0..f6b76cf 100644
--- a/kBuild.spec
+++ b/kBuild.spec
@@ -59,13 +59,8 @@ KBUILD_SVN_REV := %{svnrev}
 KBUILD_SVN_URL := http://svn.netlabs.org/repos/kbuild/trunk
 EOF
 
-# The bootstrap would probably not be needed if we depended on ourselves,
-# yet it is not guarranteed that new versions are compilable with older
-# kmk versions, so with this we are on a safer side
-find -name config.log -delete
-
 %build
-%define bootstrap_mflags \\\
+%define bootstrap_mflags %{?_smp_mflags} \\\
 		CC="%{__cc}" \\\
 		TOOL_GCC3_CC="%{__cc}" \\\
 		CFLAGS="%{rpmcflags}"			\\\
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kBuild.git/commitdiff/ecc67e416f5207b638fb90201247e1e26d415195



More information about the pld-cvs-commit mailing list