Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-04-23 22:16:36 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-04-23 22:17:08 +0400
commite94a4514f755960c8b97336e1e14e4022ad7defc (patch)
treeddea5185f7bc0e19f0130f658323ed33d0159585 /mono-core.spec.in
parent907bb552a5565097b17e958857f9c73315b83b6a (diff)
[build] Try to enable parallel make on RPM build
Diffstat (limited to 'mono-core.spec.in')
-rw-r--r--mono-core.spec.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/mono-core.spec.in b/mono-core.spec.in
index 75e02a00149..4566a7c6464 100644
--- a/mono-core.spec.in
+++ b/mono-core.spec.in
@@ -103,7 +103,9 @@ export PATH=/opt/novell/llvm-mono/bin:$PATH
%endif
--with-ikvm=yes \
--with-moonlight=no
-make # We are not -jN safe! %{?jobs:-j%jobs}
+#make # We are not -jN safe! %{?jobs:-j%jobs}
+# We are now !
+make %{?_smp_mflags}
%install
make install DESTDIR=%buildroot