Date: Fri, 2 Jul 2004 12:30:28 +0000 (UTC) From: Oliver Eikemeier <eik@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make make.1 parse.c Message-ID: <200407021230.i62CUSCh025265@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
eik 2004-07-02 12:30:28 UTC FreeBSD src repository Modified files: usr.bin/make make.1 parse.c Log: 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 Revision Changes Path 1.69 +20 -2 src/usr.bin/make/make.1 1.55 +10 -1 src/usr.bin/make/parse.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407021230.i62CUSCh025265>