target/sdk: remove obsolete make calls for the ancient package directory format
authorFelix Fietkau <nbd@openwrt.org>
Thu, 13 Mar 2014 12:12:46 +0000 (12:12 +0000)
committerFelix 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

index f1e0eadbea86104e67d6c4b2af8e7c64006a59a0..a3fefaa89d2f51b87978cc490e0849f6c3d92b8a 100644 (file)
@@ -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