summaryrefslogtreecommitdiffstats
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
commitc4198ce48d43af2a2674e9b74f00a024cb043a0c (patch)
treee56ffaec03ea541b4e7525cf5c647cf5f3af1b79 /include/toplevel.mk
parent482a6d4aea0a2e76853b133f3ce40e960a3cd80e (diff)
downloadmaster-31e0f0ae-c4198ce48d43af2a2674e9b74f00a024cb043a0c.tar.gz
master-31e0f0ae-c4198ce48d43af2a2674e9b74f00a024cb043a0c.tar.bz2
master-31e0f0ae-c4198ce48d43af2a2674e9b74f00a024cb043a0c.zip
build: move the -j flag to package.mk instead of grabbing it from makeflags, otherwise it occasionally gets omitted on full builds
SVN-Revision: 33422
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