From b6f268d775c8b7986667ccb685f985dcdf425cb0 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 22 Jan 2015 13:13:09 +0000 Subject: build: revert r44076 the patch causes issues when installing feeds Signed-off-by: John Crispin SVN-Revision: 44078 --- include/scan.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/scan.mk') diff --git a/include/scan.mk b/include/scan.mk index 138707db08..0998333439 100644 --- a/include/scan.mk +++ b/include/scan.mk @@ -43,7 +43,7 @@ endef $(FILELIST): rm -f $(TMP_DIR)/info/.files-$(SCAN_TARGET)-* - $(call FIND_L, $(SCAN_DIR)) $(SCAN_EXTRA) -mindepth 1 $(if $(SCAN_DEPTH),-maxdepth $(SCAN_DEPTH)) -name Makefile | xargs grep -HE 'call (Build/DefaultTargets|Build(Package|Target)|.+Package)' | sed -e 's#^$(SCAN_DIR)/##' -e 's#/Makefile:.*##' | uniq | awk -f include/scan.awk > $@ + $(call FIND_L, $(SCAN_DIR)) $(SCAN_EXTRA) -mindepth 1 $(if $(SCAN_DEPTH),-maxdepth $(SCAN_DEPTH)) -name Makefile | xargs grep -HE 'call (Build/DefaultTargets|Build(Package|Target)|.+Package)' | sed -e 's#^$(SCAN_DIR)/##' -e 's#/Makefile:.*##' | uniq > $@ $(TMP_DIR)/info/.files-$(SCAN_TARGET).mk: $(FILELIST) ( \ -- cgit v1.2.3