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:
a4b9126
)
build: only consider directories containing a Makefile, fixes compilation crashes...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 5 Jan 2012 19:21:07 +0000
(19:21 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 5 Jan 2012 19:21:07 +0000
(19:21 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 21c88b2db4bea5ef3e2d162fa5ff78dc2c5f014d..efccd79d09d67b69dfd8d659bd35483b4f88f51f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,6
+3,8
@@
include build/config.mk
MODULES = contrib/* applications/* libs/* modules/* themes/* i18n/*
OS:=$(shell uname)
+MODULES:=$(foreach item,$(wildcard $(MODULES)),$(if $(realpath $(wildcard $(item)/Makefile)),$(item)))
+
export OS
.PHONY: all build gccbuild luabuild clean host gcchost luahost hostcopy hostclean