cvs commit: src/etc Makefile

Yar Tikhiy yar at FreeBSD.org
Mon Oct 29 00:37:09 PDT 2007


yar         2007-10-29 07:37:08 UTC

  FreeBSD src repository

  Modified files:
    etc                  Makefile 
  Log:
  Add support for `make -nn' dry runs to this makefile.  Basically,
  it's just a matter of adding a `${_+_}' prefix before each submake
  invokation.  This allows a dry run to proceed down to, but not
  including, leaf commands.  (See <sys.mk> for how ${_+_} is set
  depending on the number of -n flags.)
  
  Revision  Changes    Path
  1.364     +16 -16    src/etc/Makefile


More information about the cvs-src mailing list