From 6e00f49ab44487694fd0e68a3f4b2c4f43f72afe Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 16 Oct 2011 13:26:26 +0200 Subject: config: use '0' for automatic number of jobs Also, make it the default. Signed-off-by: "Yann E. MORIN" --- config/global/build-behave.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/global') diff --git a/config/global/build-behave.in b/config/global/build-behave.in index 07302ffe..bb11e913 100644 --- a/config/global/build-behave.in +++ b/config/global/build-behave.in @@ -8,15 +8,15 @@ comment "Build options hiden" config PARALLEL_JOBS int prompt "Number of parallel jobs" if ! BACKEND - default 1 + default 0 help Number of jobs make will be allowed to run concurently. Set this higher than the number of processors you have, but not too high. A good rule of thumb is twice the number of processors you have. - Enter 1 (or 0) to have only one job at a time. + Enter 1 to have only one job at a time. - Enter -1 to set automatically based on how many processors the host has. + Enter 0 to set automatically based on how many processors the host has. config LOAD int -- cgit v1.2.3