build: ensure that package/host-build build system code does not run in parallel...
[openwrt/staging/yousong.git] / include / host-build.mk
index 06f93a14ade8d36000eabbf963b7296f18ff3de4..e011c1548011f84d18178fff94fece011e762d23 100644 (file)
@@ -136,6 +136,8 @@ define Host/Exports/Default
 endef
 Host/Exports=$(Host/Exports/Default)
 
+.NOTPARALLEL:
+
 ifndef DUMP
   define HostBuild
   $(if $(HOST_QUILT),$(Host/Quilt))