ooo-build r11328 - trunk
- From: jholesovsky svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r11328 - trunk
- Date: Fri, 18 Jan 2008 22:29:40 +0000 (GMT)
Author: jholesovsky
Date: Fri Jan 18 22:29:40 2008
New Revision: 11328
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11328&view=rev
Log:
* configure.in: MAX_JOBS default for icecream should be 10.
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri Jan 18 22:29:40 2008
@@ -601,6 +601,10 @@
AC_SUBST(ICECREAM_BINDIR)
MAX_JOBS="1"
+if test "z$ENABLE_ICECREAM" = "zyes"; then
+ # for icecream, default to the maximum
+ MAX_JOBS="10"
+fi
if test "z$with_max_jobs" != "z"; then
if test "$with_max_jobs" -gt "10"; then
AC_MSG_WARN([dmake is limited to 10 jobs, using --with-max-jobs=10 (instead of $with_num_jobs).])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]