projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f30ccc8
)
tools/patch: enable parallel build
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 26 Sep 2015 21:10:37 +0000
(21:10 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 26 Sep 2015 21:10:37 +0000
(21:10 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47049
tools/patch/Makefile
patch
|
blob
|
history
diff --git
a/tools/patch/Makefile
b/tools/patch/Makefile
index 4774478c9650ddf7d9dc695c74fa3f16ec1b14a5..1ea96bf33b584092d93119b4a1f85f6319c05c59 100644
(file)
--- a/
tools/patch/Makefile
+++ b/
tools/patch/Makefile
@@
-13,6
+13,8
@@
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/patch
PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a
+HOST_BUILD_PARALLEL := 1
+
include $(INCLUDE_DIR)/host-build.mk
HOSTCC := $(HOSTCC_NOCACHE)