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:
4afbe17
)
alfred: 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:11:11 +0000
(09:11 +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>
alfred/Makefile
patch
|
blob
|
history
diff --git
a/alfred/Makefile
b/alfred/Makefile
index aeb2c0081f47d32993c5b8538ad20af996c33cab..f0af528f716e804c08fdd903b828ec3ad0957591 100644
(file)
--- a/
alfred/Makefile
+++ b/
alfred/Makefile
@@
-14,6
+14,8
@@
PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
PKG_LICENSE:=GPL-2.0-only MIT
PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT
+PKG_BUILD_PARALLEL:=1
+
include $(INCLUDE_DIR)/package.mk
define Package/alfred