K 10 svn:author V 3 eik K 8 svn:date V 27 2004-07-02T12:30:28.000000Z K 7 svn:log V 274 New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency tracking. Use make -V .MAKEFILE_LIST | tr \ \\n | awk '$0==".." {l--; next} {l++; printf "%*s%s\n", l, " ", $0}' to print a tree of all included makefiles. Approved by: joerg MFC after: 1 week END