summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/host-build.mk2
-rw-r--r--include/package.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index 06f93a1..e011c15 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -136,6 +136,8 @@ define Host/Exports/Default
endef
Host/Exports=$(Host/Exports/Default)
+.NOTPARALLEL:
+
ifndef DUMP
define HostBuild
$(if $(HOST_QUILT),$(Host/Quilt))
diff --git a/include/package.mk b/include/package.mk
index e93aebf..3ec5ffd 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -248,6 +248,8 @@ Build/Install=$(if $(PKG_INSTALL),$(call Build/Install/Default,))
Build/Dist=$(call Build/Dist/Default,)
Build/DistCheck=$(call Build/DistCheck/Default,)
+.NOTPARALLEL:
+
$(PACKAGE_DIR):
mkdir -p $@