From 53138c6975b56659674b2008317dd0668942f690 Mon Sep 17 00:00:00 2001 From: mb Date: Sat, 16 Oct 2010 18:43:37 +0000 Subject: [PATCH] Use PKG_BUILD_PARALLEL:=0 to force-disable parallel build git-svn-id: svn://svn.openwrt.org/openwrt/packages@23481 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/send/Makefile | 3 +-- libs/keynote/Makefile | 3 +-- net/mdnsresponder/Makefile | 3 +-- net/uob-nomad/Makefile | 3 +-- utils/cdparanoia/Makefile | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/ipv6/send/Makefile b/ipv6/send/Makefile index 1ad32ae95..2e7a65ae8 100644 --- a/ipv6/send/Makefile +++ b/ipv6/send/Makefile @@ -16,8 +16,7 @@ PKG_SOURCE_URL:=http://mobisend.org/debian-mobisend/pool/main/s/sendd/ PKG_MD5SUM:=99c18e5d965e57d580f146d00145251a PKG_BUILD_DIR:=$(BUILD_DIR)/sendd-0.2 -# Force -j1 -PKG_JOBS:= +PKG_BUILD_PARALLEL:=0 include $(INCLUDE_DIR)/package.mk diff --git a/libs/keynote/Makefile b/libs/keynote/Makefile index 7dc6b9a66..e25f00227 100644 --- a/libs/keynote/Makefile +++ b/libs/keynote/Makefile @@ -15,8 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=b569066ac2ba1356c2112b118a7d74d0 -# Force -j1 -PKG_JOBS:= +PKG_BUILD_PARALLEL:=0 include $(INCLUDE_DIR)/package.mk diff --git a/net/mdnsresponder/Makefile b/net/mdnsresponder/Makefile index 4a25282d9..21fd65f88 100644 --- a/net/mdnsresponder/Makefile +++ b/net/mdnsresponder/Makefile @@ -17,8 +17,7 @@ PKG_MD5SUM:=aa4e0e5c57f94489463ea6576591ce9d PKG_BUILD_DIR:=$(BUILD_DIR)/mDNSResponder-$(PKG_VERSION) -# Force -j1 -PKG_JOBS:= +PKG_BUILD_PARALLEL:=0 include $(INCLUDE_DIR)/package.mk diff --git a/net/uob-nomad/Makefile b/net/uob-nomad/Makefile index b630bb7ea..ad025976f 100644 --- a/net/uob-nomad/Makefile +++ b/net/uob-nomad/Makefile @@ -14,8 +14,7 @@ PKG_MD5SUM:=9c7445cefaf8d6160017aef606f2e558 PKG_SOURCE_URL:=http://www.comnets.uni-bremen.de/~mab/openwrt/source/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -# Force -j1 -PKG_JOBS:= +PKG_BUILD_PARALLEL:=0 include $(INCLUDE_DIR)/package.mk diff --git a/utils/cdparanoia/Makefile b/utils/cdparanoia/Makefile index b5365d6d1..a00c88f59 100644 --- a/utils/cdparanoia/Makefile +++ b/utils/cdparanoia/Makefile @@ -16,8 +16,7 @@ PKG_SOURCE_URL:=http://downloads.xiph.org/releases/cdparanoia/ PKG_SOURCE_TARGETDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_MD5SUM:=b304bbe8ab63373924a744eac9ebc652 -# Force -j1 -PKG_JOBS:= +PKG_BUILD_PARALLEL:=0 include $(INCLUDE_DIR)/package.mk