projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac0057
)
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>
SVN-Revision: 39911
target/sdk/files/Makefile
patch
|
blob
|
history
diff --git
a/target/sdk/files/Makefile
b/target/sdk/files/Makefile
index f1e0eadbea86104e67d6c4b2af8e7c64006a59a0..a3fefaa89d2f51b87978cc490e0849f6c3d92b8a 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