[Libreoffice-commits] .: configure.in

François Tigeot ftigeot at kemper.freedesktop.org
Sat Nov 19 12:52:04 PST 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fd094baaf79e391f99da9c8259b13144e8de7847
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sat Nov 19 21:51:37 2011 +0100

    Fix --with-max-jobs description

diff --git a/configure.in b/configure.in
index 0043bdb..49d3b8e 100644
--- a/configure.in
+++ b/configure.in
@@ -1744,7 +1744,7 @@ AC_ARG_WITH(num-cpus,
 
 AC_ARG_WITH(max-jobs,
     AS_HELP_STRING([--with-max-jobs],
-        [Maximum number of jobs per one CPU that will be issued at the same time by dmake.
+        [Maximum number of jobs that will be issued at the same time per dmake or gbuild subproject.
          The real number of the jobs is affected by the --with-num-cpus too, it can get up to CPUS*max_jobs.
          Defaults to 1, unless you configure --enable-icecream - then to 10.]),
 ,)


More information about the Libreoffice-commits mailing list