mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-06 14:52:42 +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) ;
|
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 New Issue
Block a user