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
1 changed files with 0 additions and 3 deletions
|
@ -44,9 +44,6 @@ dirclean: clean
|
||||||
prereq: $(package/stamp-prereq) ;
|
prereq: $(package/stamp-prereq) ;
|
||||||
|
|
||||||
world: prepare $(package/stamp-compile) FORCE
|
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
|
@$(MAKE) package/index
|
||||||
|
|
||||||
.PHONY: clean dirclean prereq prepare world
|
.PHONY: clean dirclean prereq prepare world
|
||||||
|
|
Loading…
Reference in a new issue