From: Nicolas Thill Date: Thu, 6 Sep 2007 03:20:48 +0000 (+0000) Subject: allow scan.mk to find python packages introduced in [8639] X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fflorian.git;a=commitdiff_plain;h=af0b91ca9058f1433aa425e7a4678d3e4bd22e71 allow scan.mk to find python packages introduced in [8639] SVN-Revision: 8641 --- diff --git a/include/scan.mk b/include/scan.mk index 53b66f324a..819c8ca595 100644 --- a/include/scan.mk +++ b/include/scan.mk @@ -34,7 +34,7 @@ endef $(FILELIST): rm -f tmp/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|KernelPackage|Build(Package|Kernel))' | sed -e 's#^$(SCAN_DIR)/##' -e 's#/Makefile:.*##' | uniq > $@ + $(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|Kernel)|.+Package)' | sed -e 's#^$(SCAN_DIR)/##' -e 's#/Makefile:.*##' | uniq > $@ tmp/info/.files-$(SCAN_TARGET).mk: $(FILELIST) ( \