summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_common.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-17 14:58:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-26 07:21:41 +0200
commitb0baf79ff718ecaf67e0415d3af72d715bbdd367 (patch)
tree19df78e09252f047552b1d7a338b0c503010b05a /scripts/lib/ptxd_make_world_common.sh
parentde9ae536658065c3994cb3099b8a437c730e3b8b (diff)
downloadptxdist-b0baf79ff718ecaf67e0415d3af72d715bbdd367.tar.gz
ptxdist-b0baf79ff718ecaf67e0415d3af72d715bbdd367.tar.xz
ptxdist: apply load limit to outer make as well
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_common.sh')
-rw-r--r--scripts/lib/ptxd_make_world_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index e8105fa62..4892270a9 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -342,7 +342,7 @@ ptxd_make_world_init() {
# parallelmake
#
case "${pkg_make_par}" in
- "YES"|"") pkg_make_par="${PTXDIST_PARALLELMFLAGS_INTERN} ${PTXDIST_LOADMFLAGS_INTERN}" ;;
+ "YES"|"") pkg_make_par="${PTXDIST_PARALLELMFLAGS_INTERN} ${PTXDIST_LOADMFLAGS}" ;;
"NO") pkg_make_par=-j1 ;;
*) ptxd_bailout "<PKG>_MAKE_PAR: please set to YES or NO" ;;
esac