aboutsummaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-15 12:16:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-15 12:16:14 +0000
commitd5e0222429704a959dd84bb846cba9dc667c8d3b (patch)
tree30a1e2e11f0824abb04551a0d8d147276676ba72 /include/toplevel.mk
parent2e3918df3307390998bc8f7e976be3abcb78814d (diff)
downloadmaster-187ad058-d5e0222429704a959dd84bb846cba9dc667c8d3b.tar.gz
master-187ad058-d5e0222429704a959dd84bb846cba9dc667c8d3b.tar.bz2
master-187ad058-d5e0222429704a959dd84bb846cba9dc667c8d3b.zip
build: move the -j flag to package.mk instead of grabbing it from makeflags, otherwise it occasionally gets omitted on full builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33422 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/toplevel.mk')
-rw-r--r--include/toplevel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk
index ba5af9c155..5b76a0706f 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -148,7 +148,7 @@ prereq:: prepare-tmpinfo .config
echo "WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!"; \
fi \
)
- @+$(SUBMAKE) -r $@ MAKE_JOBSERVER="$(filter --jobserver% -j,$(MAKEFLAGS))"
+ @+$(SUBMAKE) -r $@ MAKE_JOBSERVER="$(filter --jobserver%,$(MAKEFLAGS))"
help:
cat README