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

SVN-Revision: 22871
This commit is contained in:
Felix Fietkau
2010-09-01 17:51:36 +00:00
parent ea70b60a07
commit 00d1e599d7
6 changed files with 28 additions and 8 deletions

View File

@@ -114,6 +114,9 @@ tmp/.prereq-build: include/prereq-build.mk
}
touch $@
printdb: FORCE
@$(_SINGLE)$(NO_TRACE_MAKE) -p $@ V=99 DUMP_TARGET_DB=1 2>&1
download: .config FORCE
@+$(SUBMAKE) tools/download
@+$(SUBMAKE) toolchain/download