projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71689cd
)
always enable luaposix
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 2 Jun 2008 15:57:17 +0000
(15:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 2 Jun 2008 15:57:17 +0000
(15:57 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0e09682ae22bc57e6e3e815d039afcb310ff6c8b..fa9a407303108e79771325151a829ff21afe718c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,15
+1,10
@@
include build/config.mk
-MODULES = applications/* libs/* modules/* themes/* i18n/*
+MODULES = applications/* libs/* modules/* themes/* i18n/*
contrib/luaposix
LUA_TARGET = source
-### luaposix merge (temporary) ###
OS:=$(shell uname)
export OS
-ifeq ($(OS),Darwin)
- MODULES += contrib/luaposix
-endif
-
.PHONY: all build gccbuild luabuild clean host gcchost luahost hostcopy hostclean