[build] Try to enable parallel make on RPM build
authorJeremie Laval <jeremie.laval@gmail.com>
Mon, 23 Apr 2012 18:16:36 +0000 (19:16 +0100)
committerJeremie Laval <jeremie.laval@gmail.com>
Mon, 23 Apr 2012 18:17:08 +0000 (19:17 +0100)
mono-core.spec.in

index 75e02a001494fe79d80b749e269393cbe8090345..4566a7c646451dda4f328420ca91bccbbbfb4b96 100644 (file)
@@ -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