mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 19:44:05 +02: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:
parent
4ba353629a
commit
f04e0aa7f8
4
Makefile
4
Makefile
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user