Hi,
are there any reasons why QT and stdcxx don't make use of simultaneous jobs
when building? At least on my machine, an 8-core HP server w/32GB RAM, this
speeds up building QT enormously:
--- a/specs/base-specs/base-qt.spec Tue Aug 25 10:48:37 2009 +0200
+++ b/specs/base-specs/base-qt.spec Thu Aug 27 11:00:11 2009 +0200
@@ -145,7 +145,7 @@
-nomake demos \
-nomake examples
-$MAKE
+$MAKE $MAKE_CPUS
%install
$MAKE install INSTALL_ROOT=$DESTDIR
The same for stdcxx:
--- a/specs/base-specs/base-stdcxx.spec Tue Aug 25 10:48:37 2009 +0200
+++ b/specs/base-specs/base-stdcxx.spec Thu Aug 27 11:00:11 2009 +0200
@@ -278,7 +278,7 @@
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
# We half-expect the locale tools to fail in linking, so
# if that happens (re)build some more.
-$MAKE
+$MAKE $MAKE_CPUS
# Still some missing symlinks for the library.
(
cd build/lib
--
This message posted from opensolaris.org