From 338c1b46421e9364e260273a4b49f6f78d434bf1 Mon Sep 17 00:00:00 2001 From: Samuel Martin Date: Sun, 27 Jan 2013 17:54:19 +0100 Subject: script: allow to pass any float value for CT_LOAD Signed-off-by: Samuel Martin Message-Id: Patchwork-Id: 216062 --- config/global/build-behave.in | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'config/global') diff --git a/config/global/build-behave.in b/config/global/build-behave.in index c98e0fa6..9ad54384 100644 --- a/config/global/build-behave.in +++ b/config/global/build-behave.in @@ -19,19 +19,17 @@ config PARALLEL_JOBS Enter 0 to set automatically based on how many processors the host has. config LOAD - int + string prompt "Maximum allowed load" if ! BACKEND - default 0 + default "" help Specifies that no new jobs should be started if there are others jobs running and the load average is at least this value. - - Makes sense on SMP machines only. - - Enter 0 to have no limit on the load average. - - Note: only the integer part of the load is allowed here (you can't enter - 0.75 for example). + + Leave to empty for no load limit. + + Note: any float value is allowed and will be passed to the '-l' option + of make (for further details, refer to the make manpage). config USE_PIPES bool -- cgit v1.2.3