1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-29 00:01:59 +03:00

detect changes in package/kernel/modules/*.mk when scanning the package metadata

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6746 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-03-28 18:06:33 +00:00
parent 12120339e2
commit 1d87934c55

View File

@ -32,6 +32,11 @@ $(SCAN_STAMP):
touch $@
endif
# FIXME: generate this dynamically?
ifeq ($(SCAN_TARGET),pkginfo)
tmp/info/.pkginfo-kernel: $(shell ls package/kernel/modules/*.mk)
endif
define scanfiles
$(foreach FILE,$(SCAN),
tmp/.$(SCAN_TARGET): tmp/info/.$(SCAN_TARGET)-$(FILE) FORCE