From af0b91ca9058f1433aa425e7a4678d3e4bd22e71 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 6 Sep 2007 03:20:48 +0000 Subject: allow scan.mk to find python packages introduced in [8639] SVN-Revision: 8641 --- 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 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) ( \ -- cgit v1.2.3