mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
target/sdk: remove obsolete make calls for the ancient package directory format
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39911
This commit is contained in:
parent
7ac0057c1f
commit
2d52430c25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user