summaryrefslogtreecommitdiffstats
path: root/rules/boost.make
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 /rules/boost.make
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 'rules/boost.make')
-rw-r--r--rules/boost.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/boost.make b/rules/boost.make
index a0e52c4df..ecf6a4b06 100644
--- a/rules/boost.make
+++ b/rules/boost.make
@@ -62,7 +62,7 @@ BOOST_JAM := \
JAM_MAKE_OPT := \
$(if $(shell test $(subst -j,,$(PARALLELMFLAGS)) -le 64 && echo 1),$(PARALLELMFLAGS),-j64) \
- $(PTXDIST_LOADMFLAGS_INTERN) \
+ $(PTXDIST_LOADMFLAGS) \
stage
JAM_INSTALL_OPT := \