diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-23 17:42:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-23 17:42:27 +0200 |
commit | d4f7c53cb32abb249cb810230b826bf6c8e0f813 (patch) | |
tree | 5bcc66051e2f68a31e2163d37f00f04690f201e9 /package/lua | |
parent | 83a08921a2f21d95822ca2a8da37f1e2f85ea717 (diff) |
- cleanup and document PKG_template, ARCH parameter is not needed anymore
- use CPU_ARCH for fake dir and ipkg
- enable DEBUG option in menu and rename to ADK_DEBUG
Diffstat (limited to 'package/lua')
-rw-r--r-- | package/lua/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile index 45973bcab..62c48501b 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -16,10 +16,10 @@ MASTER_SITES:= http://www.lua.org/ftp/ \ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBLUA,liblua,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) -$(eval $(call PKG_template,LUA,lua,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) -$(eval $(call PKG_template,LUAC,luac,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) -$(eval $(call PKG_template,LUA_EXAMPLES,lua-examples,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,LIBLUA,liblua,${PKG_VERSION}-${PKG_RELEASE})) +$(eval $(call PKG_template,LUA,lua,${PKG_VERSION}-${PKG_RELEASE})) +$(eval $(call PKG_template,LUAC,luac,${PKG_VERSION}-${PKG_RELEASE})) +$(eval $(call PKG_template,LUA_EXAMPLES,lua-examples,${PKG_VERSION}-${PKG_RELEASE})) do-build: ${MAKE} -C ${WRKBUILD} \ |