ooo-build r11329 - trunk/bin



Author: jholesovsky
Date: Fri Jan 18 22:43:32 2008
New Revision: 11329
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11329&view=rev

Log:
Better info about actual numbers of jobs/projects.


Modified:
   trunk/bin/setup.in

Modified: trunk/bin/setup.in
==============================================================================
--- trunk/bin/setup.in	(original)
+++ trunk/bin/setup.in	Fri Jan 18 22:43:32 2008
@@ -273,7 +273,7 @@
     echo " ccache:     no"
 fi
 if test "$ENABLE_ICECREAM" = "yes"; then
-    echo " icecream:   yes, in '$ICECREAM_BINDIR'.
+    echo " icecream:   yes, in '$ICECREAM_BINDIR'"
     if test "z$ICECC_VERSION" != "z"; then
         echo " icecream:   using '$ICECC_VERSION' compiler tarball."
     fi
@@ -281,5 +281,8 @@
     echo " icecream:   no"
 fi
 if test "$MAX_JOBS" -gt 1; then
-   echo  Max number of jobs is '$MAX_JOBS'"
+   echo " Max number of jobs to run in parallel is '$MAX_JOBS'"
+fi
+if test "$BUILD_NCPUS" -gt 1; then
+   echo " Max number of projects to build in parallel is '$BUILD_NCPUS'"
 fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]