1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add a command for printing a cleaned up make target database - will be used to analyze package dependencies at some point

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22871 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2010-09-01 17:51:36 +00:00
parent 7a13c34dc6
commit 9dd40f163d
6 changed files with 28 additions and 8 deletions

View File

@@ -763,6 +763,7 @@ sub gen_package_mk() {
next unless $cmds;
print <<EOF
ifndef DUMP_TARGET_DB
\$(TARGET_DIR)/etc/uci-defaults/$preconfig: FORCE
( \\
$cmds \\
@@ -771,6 +772,8 @@ $cmds \\
ifneq (\$(IMAGEOPT)\$(CONFIG_IMAGEOPT),)
package/preconfig: \$(TARGET_DIR)/etc/uci-defaults/$preconfig
endif
endif
EOF
}
}