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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user