1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 01:35:27 +03:00

fix package/target scanning

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6884 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-04-07 12:37:10 +00:00
parent 4ba353629a
commit f04e0aa7f8

View File

@ -47,8 +47,8 @@ endif
package/%/Makefile: ;
target/%/Makefile: ;
tmp/.packageinfo: $(wildcard package/*/Makefile include/package*.mk include/kernel.mk)
tmp/.targetinfo: $(wildcard target/*/Makefile include/kernel*.mk)
tmp/.packageinfo: FORCE
tmp/.targetinfo: FORCE
tmp/.%info:
mkdir -p tmp/info
$(NO_TRACE_MAKE) -s -f include/scan.mk SCAN_TARGET="$*info" SCAN_DIR="$(patsubst target,target/linux,$*)" SCAN_NAME="$*" SCAN_DEPS="$^" SCAN_EXTRA=""