summaryrefslogtreecommitdiffstats
path: root/rules/boost.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-02-09 15:05:13 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-02-09 15:48:40 +0100
commit6ce7e3ab09fe476b90bd76e176f6c3fa85725001 (patch)
tree78708575452d0b5dadaf4e1dba089f07389e1cd7 /rules/boost.make
parent892dde90a1f3419cc25ba0c24fd0e3b837ab0cbf (diff)
downloadptxdist-6ce7e3ab09fe476b90bd76e176f6c3fa85725001.tar.gz
ptxdist-6ce7e3ab09fe476b90bd76e176f6c3fa85725001.tar.xz
boost: don't add bogus arguments to 'jam'
'-l' set's a timeout, not the maximum load. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/boost.make')
-rw-r--r--rules/boost.make1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/boost.make b/rules/boost.make
index b67b616fb..e9a1e334f 100644
--- a/rules/boost.make
+++ b/rules/boost.make
@@ -81,7 +81,6 @@ JAM_PAR := \
$(if $(PTXDIST_PARALLELMFLAGS),$(PTXDIST_PARALLELMFLAGS),$(PARALLELMFLAGS))
JAM_MAKE_OPT := \
$(if $(shell test $(subst -j,,$(JAM_PAR)) -le 64 && echo 1),$(JAM_PAR),-j64) \
- $(PTXDIST_LOADMFLAGS) \
stage
JAM_INSTALL_OPT := \