Pmodules/modbuild:

- define default number of parallel jobs here, so it can be
  overwritten in the build-block
This commit is contained in:
2015-11-19 17:47:34 +01:00
parent 8837aa6151
commit f86656d396
+5 -1
View File
@@ -2,7 +2,7 @@
#set -x
# The directory where the programm is installed will be added to PATH and
# The directory where this programm is installed will be added to PATH and
# to the search path of BASH libraries.
declare -r mydir=$(dirname "$0")
@@ -163,6 +163,10 @@ declare -r OS=$(uname -s)
#
# parse arguments
#
# number of parallel make jobs
declare -i JOBS=3
debug_on='no'
force_rebuild='no'
dry_run='no'