vis: Allow parallel builds
authorSven Eckelmann <sven@narfation.org>
Sat, 19 Feb 2022 08:11:11 +0000 (09:11 +0100)
committerSven Eckelmann <sven@narfation.org>
Sat, 19 Feb 2022 08:13:13 +0000 (09:13 +0100)
The build system of this package is written in a way that it is safe to run
the make steps in parallel. The build time can be reduced slightly on
modern systems.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
vis/Makefile

index d806513d0e42bbf574c7606fc31055ef88fc953c..ed96166540b525a413f304a553bc893e7d59c778 100644 (file)
@@ -22,6 +22,8 @@ PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
 PKG_MIRROR_HASH:=fd4b337a56993eec9a03ad8e7918bccc7691aa8b2e5ab6dd7863350f07503285
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR)
 
+PKG_BUILD_PARALLEL:=1
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/vis