projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d21323
)
lua: enable parallel builds
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 10 Oct 2012 20:48:31 +0000
(20:48 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 10 Oct 2012 20:48:31 +0000
(20:48 +0000)
SVN-Revision: 33716
package/lua/Makefile
patch
|
blob
|
history
diff --git
a/package/lua/Makefile
b/package/lua/Makefile
index c5df4d5426a1ee390f876adf56ce117e840081c7..fca7747cd52ad556e0ab9f210158f8984bca7685 100644
(file)
--- a/
package/lua/Makefile
+++ b/
package/lua/Makefile
@@
-17,6
+17,7
@@
PKG_SOURCE_URL:=http://www.lua.org/ftp/ \
http://mirrors.dotsrc.org/lua/ \
http://www.tecgraf.puc-rio.br/lua/ftp/
PKG_MD5SUM:=2e115fe26e435e33b0d5c022e4490567
+PKG_BUILD_PARALLEL:=1
HOST_PATCH_DIR := ./patches-host
@@
-96,7
+97,7
@@
ifneq ($(CONFIG_USE_EGLIBC),)
endif
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) \
+ $(MAKE)
$(PKG_JOBS)
-C $(PKG_BUILD_DIR) \
CC="$(TARGET_CROSS)gcc" \
AR="$(TARGET_CROSS)ar rcu" \
RANLIB="$(TARGET_CROSS)ranlib" \