config/global/build-behave.in
branch1.16
changeset 3107 91a52bc04af9
parent 2705 80a09cf51c87
child 3119 1c56c03b7ed5
     1.1 --- a/config/global/build-behave.in	Tue Oct 11 21:43:42 2011 +0200
     1.2 +++ b/config/global/build-behave.in	Sun Nov 11 21:42:47 2012 +0100
     1.3 @@ -8,15 +8,15 @@
     1.4  config PARALLEL_JOBS
     1.5      int
     1.6      prompt "Number of parallel jobs" if ! BACKEND
     1.7 -    default 1
     1.8 +    default 0
     1.9      help
    1.10        Number of jobs make will be allowed to run concurently.
    1.11        Set this higher than the number of processors you have, but not too high.
    1.12        A good rule of thumb is twice the number of processors you have.
    1.13        
    1.14 -      Enter 1 (or 0) to have only one job at a time.
    1.15 +      Enter 1 to have only one job at a time.
    1.16  
    1.17 -      Enter -1 to set automatically based on how many processors the host has.
    1.18 +      Enter 0 to set automatically based on how many processors the host has.
    1.19  
    1.20  config LOAD
    1.21      int