summaryrefslogtreecommitdiffstats
path: root/bin/ptxdist
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 /bin/ptxdist
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 'bin/ptxdist')
-rwxr-xr-xbin/ptxdist6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 61037a4f8..137d76824 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -1305,10 +1305,10 @@ parse_first()
PTXDIST_PARALLELMFLAGS_EXTERN="-j${arg#*e}"
;;
-l*)
- PTXDIST_LOADMFLAGS_INTERN="-l${arg#*l}"
+ PTXDIST_LOADMFLAGS="-l${arg#*l}"
;;
--load-average=*)
- PTXDIST_LOADMFLAGS_INTERN="-l${arg#*=}"
+ PTXDIST_LOADMFLAGS="-l${arg#*=}"
;;
-n*)
PTX_NICE="${arg#*n}"
@@ -2610,7 +2610,7 @@ setup_export() {
PTXDIST_PLATFORMCONFIGDIR \
\
PTXDIST_PARALLELMFLAGS_INTERN \
- PTXDIST_LOADMFLAGS_INTERN \
+ PTXDIST_LOADMFLAGS \
\
PTXDIST_CCACHE \
PTXDIST_FORCE_DOWNLOAD \