diff options
author | François Tigeot <ftigeot@wolfpond.org> | 2011-11-19 21:51:37 +0100 |
---|---|---|
committer | François Tigeot <ftigeot@wolfpond.org> | 2011-11-19 21:51:37 +0100 |
commit | fd094baaf79e391f99da9c8259b13144e8de7847 (patch) | |
tree | 293b1a9dc853fe8cea3620f1051e1947528b0a1a /configure.in | |
parent | e5ecb04eabdf338644e6eac895a3207612f60259 (diff) |
Fix --with-max-jobs description
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0043bdb93ddb..49d3b8edc2eb 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.]), ,) |