projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
823acb6
)
batmand: Allow parallel builds
author
Sven Eckelmann
<sven@narfation.org>
Sat, 19 Feb 2022 08:11:11 +0000
(09:11 +0100)
committer
Sven Eckelmann
<sven@narfation.org>
Sat, 19 Feb 2022 08:13:05 +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>
batmand/Makefile
patch
|
blob
|
history
diff --git
a/batmand/Makefile
b/batmand/Makefile
index a6afa469007f625165b401d55838ba59c834bfaa..f015d87d9933d3085515529c082ce9fb8b10c41c 100644
(file)
--- a/
batmand/Makefile
+++ b/
batmand/Makefile
@@
-22,6
+22,8
@@
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
PKG_MIRROR_HASH:=ceb8e0e399f79b1b663594fcf9642e1efc40e696a7604daf709c77da9b6ec52f
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR)
+PKG_BUILD_PARALLEL:=1
+
include $(INCLUDE_DIR)/package.mk
define Package/batmand