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:
13e7e88
)
batctl: 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:12:48 +0000
(09:12 +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>
batctl/Makefile
patch
|
blob
|
history
diff --git
a/batctl/Makefile
b/batctl/Makefile
index d9a4a7dea91532f545345998fb62ea31bf8ce3b1..55729013595f7786c46bec7496d4b204e1ad55d9 100644
(file)
--- a/
batctl/Makefile
+++ b/
batctl/Makefile
@@
-15,6
+15,8
@@
PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
PKG_LICENSE:=GPL-2.0-only ISC MIT
PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT LICENSES/deprecated/ISC
+PKG_BUILD_PARALLEL:=1
+
include $(INCLUDE_DIR)/package.mk
define Package/batctl/Default