Date: Mon, 29 Oct 2007 07:37:08 +0000 (UTC) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile Message-ID: <200710290737.l9T7b8Gt020057@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710290737.l9T7b8Gt020057>