projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eaba39
)
target/sdk: remove obsolete make calls for the ancient package directory format
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 13 Mar 2014 12:12:46 +0000
(12:12 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 13 Mar 2014 12:12:46 +0000
(12:12 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39911
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/sdk/files/Makefile
patch
|
blob
|
history
diff --git
a/target/sdk/files/Makefile
b/target/sdk/files/Makefile
index
f1e0ead
..
a3fefaa
100644
(file)
--- a/
target/sdk/files/Makefile
+++ b/
target/sdk/files/Makefile
@@
-44,9
+44,6
@@
dirclean: clean
prereq: $(package/stamp-prereq) ;
world: prepare $(package/stamp-compile) FORCE
- @for configfile in `find package -maxdepth 2 -name Config.in` ; do \
- $(MAKE) compile -C `dirname $$configfile`; \
- done
@$(MAKE) package/index
.PHONY: clean dirclean prereq prepare world