cvs commit: src/usr.bin/make make.1 parse.c

Oliver Eikemeier eik at FreeBSD.org
Fri Jul 2 05:32:43 PDT 2004


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


More information about the cvs-src mailing list