From 1e1d735e5213dac7c582304f58da674714f6aade Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 6 Jan 2017 00:28:51 +0100 Subject: build: remove obsolete parallel build related options Always use the main make jobserver, which has been the default for ages Signed-off-by: Felix Fietkau --- include/image.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/image.mk') diff --git a/include/image.mk b/include/image.mk index ed96851..3daee35 100644 --- a/include/image.mk +++ b/include/image.mk @@ -197,7 +197,7 @@ define Image/mkfs/squashfs $(STAGING_DIR_HOST)/bin/mksquashfs4 $(call mkfs_target_dir,$(1)) $@ \ -nopad -noappend -root-owned \ -comp $(SQUASHFSCOMP) $(SQUASHFSOPT) \ - -processors $(if $(CONFIG_PKG_BUILD_JOBS),$(CONFIG_PKG_BUILD_JOBS),1) \ + -processors 1 \ $(if $(SOURCE_DATE_EPOCH),-fixed-time $(SOURCE_DATE_EPOCH)) endef -- cgit v1.1