diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 20:58:13 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 20:58:13 +0000 |
| commit | 4f9703fb8de91c3a6b6199238470b7cf53064ae1 (patch) | |
| tree | 3796714997791a19a3834d17209d83386d828dbd /openwrt/rules.mk | |
| parent | 7a14b4517731830ddcda3ba80b85f2af5c143585 (diff) | |
| download | mtk-20170518-4f9703fb8de91c3a6b6199238470b7cf53064ae1.zip mtk-20170518-4f9703fb8de91c3a6b6199238470b7cf53064ae1.tar.gz mtk-20170518-4f9703fb8de91c3a6b6199238470b7cf53064ae1.tar.bz2 | |
add support for parallel build of packages (tested with -j8)
SVN-Revision: 3874
Diffstat (limited to 'openwrt/rules.mk')
| -rw-r--r-- | openwrt/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/rules.mk b/openwrt/rules.mk index a94eee9..79807e0 100644 --- a/openwrt/rules.mk +++ b/openwrt/rules.mk @@ -24,8 +24,8 @@ endif CP=cp -fpR -MAKE1=make -MAKEFLAGS=-j$(CONFIG_JLEVEL) V=$(V) $(EXTRA_MAKEFLAGS) +BUILD_MAKEFLAGS= V=$(V) $(EXTRA_MAKEFLAGS) +MAKEFLAGS=$(BUILD_MAKEFLAGS) # Strip off the annoying quoting ARCH:=$(strip $(subst ",, $(CONFIG_ARCH))) WGET:=$(strip $(subst ",, $(CONFIG_WGET))) |
