diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-08 09:08:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-08 09:08:38 +0000 |
commit | b7d92815a6aaefcf2aa6240346445530473e9c1e (patch) | |
tree | 66a9a28ea0c69b059939becc0f335bc8ec1d5437 /openwrt/Makefile | |
parent | 322b84237cee9e9adb88d32af8f20f384066866e (diff) | |
download | mtk-20170518-b7d92815a6aaefcf2aa6240346445530473e9c1e.zip mtk-20170518-b7d92815a6aaefcf2aa6240346445530473e9c1e.tar.gz mtk-20170518-b7d92815a6aaefcf2aa6240346445530473e9c1e.tar.bz2 |
add some fixes for parallel build (does not work with -j4 yet, but it gets most packages compiled now)
SVN-Revision: 577
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index fd2a4ad..e966188 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -45,6 +45,8 @@ include $(TOPDIR)/rules.mk all: world +.NOTPARALLEL: + ############################################################## # # Build the toolchain |